Forum Moderators: phranque
I tried to set up a redirect and have put this in .htaccess file
Redirect 301 /forums/index.php?forum=1 [example.com...]
It didn't work,and when I typed the URL /forums/index.php?forum=1, it does go to the other domain. I think the problem lies in the part "index.php?forum=1".
Any clues? Thank you.
[edited by: txbakers at 8:16 pm (utc) on April 5, 2005]
[edit reason] examplified [/edit]
Redirect 301 http://yourexamplesite.com/forums/index.php?forum=1 http://www.yourexamplesite.com/forums yourexamplesite.com represents your website. I read somewhere that it's better to use full urls in .htaccess.
Try posting it in the apache forum or someone else maybe better to help.
cmatcme