I have a small problem with redirecting.
I would like to redirect visitors from this aadress:
to
I currently have tried:
but no luck...
Hope that someone can help.
Thanks.
I would like to redirect visitors from this aadress:
Code:
http://mysite.com/modules.php?name=Services
to
Code:
http://mysite.com/something/
I currently have tried:
Code:
RewriteEngine ON
RewriteRule ^modules\.php?name=Services$ http://www.mysite.com/something/ [R=301,L]
but no luck...
Hope that someone can help.
Thanks.