I have got dinamic page indexed by Google with two different urls like
/?topic=177 and /?topic=177.0
It was my fault cause a bad link in a thread.
Now I need to redirect the first url to the second one, that is the standard for the script, and I just tried a simple redirect added at the end of my .htaccess, just redirecting notwww to www et index.php to root.
- Code: Select all
redirect 301 /?topic=177 http://www.leoccare.com/forum/?topic=177.0
It doesn't work at all, the url isn't redirected.
Can you please help me?
I have other redirect like this on static pages that works perfectly, I suppose the problem is in the special characters ? = and .