Forum Moderators: phranque
[mydomain.com...]
[mydomain.com...]
[mydomain.com...]
[mydomain.com...]
etc...
This is due a 301 redirect i did from an old domain to the this domain, which didnt strip any of the parameters...
I'd like to permanently redirect all versions of [domain.com...] to [domain.com...]
How can this be done via a mod rewrite rule in htaccess?
Best regards
It doesn't work for some reason...
I tried with the ? too, but no result
RewriteRule \^(.*)$\ www.mydomain.com/? [R=301,L]
When I go to [mydomain.com...] it just stays on that url instead of going to [mydomain.com...]
Any ideas?