Forum Moderators: phranque
[xp1.quux-foo.org...] is the additional domain I would like to use. Its document root is /test . This portion is working right now
When requesting [xp1.quux-foo.org...] for example I would like to use /test/blog as the root. Right now it is simply using /blog
Contents of current .htaccess located in root of http://www.example.com (main domain)
Options +Indexes
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} xp1.quux-foo.org$ [NC]
RewriteCond %{REQUEST_URI} !^/test/.*$
RewriteRule ^(.*)$ /test%{REQUEST_URI} [L]
[edited by: jdMorgan at 6:31 pm (utc) on April 30, 2007]
[edit reason] Examplified. Please see TOS. [/edit]