Forum Moderators: phranque
RedirectMatch /odyssey /cgi-bin/ib3/ikonboard.cgi?act=ST;f=19;t=277$1
When the redirect occurs the url is changed to:
[mysite.com...]
How can I prevent this? Thanks
If you have mod_rewrite, you can use a RewriteRule with the NE flag. You can find more details here:
[httpd.apache.org ]