|
Couple of questions
A couple of questions/suggestions:
Try setting your default doc for the subdirectory to your default doc (index.htm, index.php, etc.).
You realize your htaccess is set to only redirect URLs containing the /, right? The line stating 301 is expecting a /.
Your root htaccess can do all of the redirects. Unless you really need to do something unique in a subdirectory I suggest doing everything in the root.
Why send everything back to the non-www URLs?
|