.htaccess redirect problems...
Posted by: jprater
Posted on: 2008-03-02 16:23:00
Hi. I'm trying to create a .htaccess redirect rule to direct all traffic entering the root of my site to direct to a subdirectory. I tried this:
Redirect 301 / http://www.mydomain.com/phpBB
But, when I go to the root of my site, I get an error saying the site isn't redirecting properly. If I look in the address bar, it looks like this:
http://www.mydomain.com/phpBB/phpBB/phpBB/phpBB/phpBB/phpBB/....
How can I fix this?