
November 4th, 2009, 10:12 PM
|
|
Contributing User
|
|
Join Date: May 2006
Location: Seattle, Washington
|
|
|
If you haven't fixed it yet then you might want to try this code:
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} ^locksmith-buckhead.com$ [NC]
RewriteRule ^(.*)$ http://www.locksmith-buckhead.com/$1 [R=301,L]
If that doesn't work then you may want to contact your web host and ask them what the proper code is. I don't know alot but I do know that it has something to do with the way your server handles 301's, in either case try the code above, hopefully this will work.
One other thing to keep in mind is that it can sometimes take awhile for the redirect to kick in, but again this will depend on your web host.
|