By dharmasound on
Hello everybody.
I've got a multisite on with two simlink on the root.
.htaccess file (in the root) has got these lines:
"RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]"
Clean URLs only works for the default site...why?
Can someone please tell me why the http://www.domain.com/siteone/alias doesn't work and it still goes like http://lnx.stage.dharmasound.com/heart/?q=alias ?
Thank you.
Gianluigi
Comments
RewriteBase
Try commenting out RewriteBase, though I'm not sure that should be a problem
Normally I just use subdomains for multisite
Also, make sure your subsites are configured to use clean urls in the site configuration admin section
Hope this helps