Forum Moderators: phranque
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress Do you expect that the code above will interfere
RewriteEngine on
RewriteCond %{HTTP_HOST} addon1|addon2|addon3
RewriteRule .? - [L]
I took that to mean add-on domains are not affected by main domain's htaccess, but main domain is affected by the add-on domains htaccess