Forum Moderators: phranque
[edited by: jdMorgan at 12:44 am (utc) on Aug. 15, 2007]
[edit reason] example.com [/edit]
However, you can do one of two things:
Add a RewriteCond testing %{HTTP_HOST} (or testing %{REQUEST_URI} for requests to the second blog's subdirectory, as applicable) to your main blog's rules so that they will only be applied for the main blog, followed by a similar rewriterule-set for the subdirectory-blog, or
Put the directive
RewriteOptions none Jim
However, you can do one of two things:
Add a RewriteCond testing %{HTTP_HOST} (or testing %{REQUEST_URI} for requests to the second blog's subdirectory, as applicable) to your main blog's rules so that they will only be applied for the main blog, followed by a similar rewriterule-set for the subdirectory-blog, or
Put the directive
RewriteOptions none
in the .htaccess file for the blog in the subdirectory. This will disable processing of your homepage-directory .htaccess file for requests made to this subdirectory.
Jim
[edited by: jdMorgan at 3:06 am (utc) on Aug. 16, 2007]
[edit reason] example.com [/edit]