Gidget Posted April 27, 2012 Posted April 27, 2012 I am redirecting one domain to another and I've deleted contents of the redirected domain except .htacces file with the following code. Options +FollowSymLinks RewriteEngine on RewriteRule (.*) http://www.mydomain.com/$1 [R=301,L] I don't know why my browser is misspelling the domain from (Example, ListOfCodes.com redirects to ListInCodes.com). The .htacces file does contain the correct domain name and don't know What am I missing? Where did I screw up? Any input is greatly appreciated. Quote
Creaky Posted April 27, 2012 Posted April 27, 2012 Have you cleared your browser cache, may be something in their causing it. Quote
bryce12 Posted May 1, 2012 Posted May 1, 2012 Seems OK to me. If it still doesn't work, delete the file and manually create and upload it again. This may seem strange but this has worked for me few times. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.