corner image corner image
Thread: 301 re-direct
View Single Post
corner image corner image
  #25 (permalink)  
Old 25-03-2008, 13:55
PI Guy's Avatar
PI Guy PI Guy is offline
I Live on A1!
 
Join Date: Mar 2008
Location: Surrey
Posts: 501
Thanks: 44
Thanked 65 Times in 55 Posts
Quote:
Originally Posted by Spiderden View Post
The bit in red is wrong, you've included the domain as if it's a directory.

Redirect 301 /salgadoinvestigations.com/process-servers.html http://www.salgadoinvestigations.com...ss-server.html

If you are trying to redirect from /process-servers.html on the site the .htaccess file is hosted on to http://www.salgadoinvestigations.com...ss-server.html then you would use


HTML Code:
Redirect 301 /process-servers.html http://www.salgadoinvestigations.com/process-server.html
Thanks thats where I was going wrong.
Reply With Quote
corner image corner image