Hi,
I am a little stumped, partly because cpanel is rather dis-empowering and partly because Apache documentation suggests that I want may be "not supported because it is silly"![Frown :( :(](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
Here is my guess:
I hope to intercept all requests (from old links) directed to the following:
domain.com/cgi-bin/forums/bbs.cgi?etc.etc.etc.
and rewrite them to point at a static message, such as:
domain.com/index.html
Can you help? Thanks very much!![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
--Glen![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
Memoria mihi benigna erit qui eam perscribam
I am a little stumped, partly because cpanel is rather dis-empowering and partly because Apache documentation suggests that I want may be "not supported because it is silly"
Here is my guess:
Code:
RewriteRule ^/cgi-bin/forums(.*)$ /index.html [P]
I hope to intercept all requests (from old links) directed to the following:
domain.com/cgi-bin/forums/bbs.cgi?etc.etc.etc.
and rewrite them to point at a static message, such as:
domain.com/index.html
Can you help? Thanks very much!
--Glen
Memoria mihi benigna erit qui eam perscribam