redirect a sub forum to another domain
Hello,I tried to set up a redirect and have put this in .htaccess file
Redirect 301 /forums/index.php?showforum=1 http://www.example.com/forums
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.