I'm back with yet another question - Sorry
I moved my old articles from a custom made CMS over to the Forum when I wrote my redirect on the main sites .htaccess I used
Code:
redirect 301 /articles/Research-Reviews.html http://www.mysite.com/forum/forum60.html
but for some reason when it redirects the URL comes out like
Code:
http://www.mysite.com/forum/forum60.html?category=Research-Reviews
How do I get it to stop doing this? All I want it to redirect to is
http://www.mysite.com/forum/forum60.html since it has PR and plenty of incoming links I want it to redirect the right way.
Thanks.