as for the .htaccess rules… i found these two:
# WP REWRITE LOOP START RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]
but i’m not sure what that means. and as for adding whatever rules with the multisite.. does that mean i need to manually add rules every time we create a new subsite/subdomain? that seems a bit cumbersome if so.