Forum Moderators: phranque
The problem is SERPS for my customers keywords showing www.mysite.com/customer3.
Is it possible to create a 301 redirect that only activates if the site has been found through the wrong url?
ie
If (spider or browser visits www.mysite.com/customer3)
{ redirect 301 / [customer3.com...] }
Redirect permanent /customer3 [example.com...]
In your main document root.
Would this work as well?:
Redirect 301 /customer3 [example.com...]