Hi
Just installed MSM. Created a new site. All seems to be OK with the configuration, the home page works (its on a sub-domain which is pointing to a sub-directory under the main EE install folder). But when I go to any other page I get an Internal Server Error 500.
If I add /index.php/ in the URL, it works OK. So it seems without index.php I get this error.
I get this error with the same .htaccess as the main site in the sub-folder for the subdomain, or even if I make the .htaccess file blank, so I dont think its an error in the .htaccess. This is what it is:
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php/$1 [QSA,L]Is there something different I need to do to remove index.php from the additional sites with MSM?
Thanks