Hello,
We can help me with a multisite drupal installation.
We have 3 drupal installation with sites.
I have 2 sites move to de sites map in de root drupal installation.
I have make a symbolic link for this 2 sites. After that I changed the .htaccess file:
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} ^/advies/(.*)$
RewriteRule ^(.*)$ /advies/index.php?q=$1 [L,QSA]
Our website is now availble on example.com. but the example.com/site1 has connect to the rigt database with the rigt content but the look (.css) is of the root website (example.com)
What am i doing wrong?
Thanks in advance!