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. I'm on Dreamhost.