htaccess can't redirect home directory
Posted by: cserrano
Posted on: 2007-05-07 11:33:00
So, I'm trying to 301 my root directory to a sub directory - my .htaccess redirect works fine from the sub directory to the root, but not the other way around.
Works fine:
Redirect 301 /sub-directory http://www.mydomain.com
Doesn't work:
Redirect 301 / http://www.mydomain.com/sub-directory
It trys to redirect to a url like this:
http://www.mydomain.com/sub-directorysub-directorysub-directory-subdirectory etc.