multisite, .htaccess and rewrite
udijw - July 12, 2007 - 09:26
Hi,
I had drupal 5.1 installd at the root folder of my server (ie all drupal files were under the public_html folder).
To use multi site (single code base, different DBs), I set up a sites directory as follows:
-public_html
|-sites
|-all
|-site1.net
|-themes
|-modules
|-site2.net
|-themes
|-modulesand had both sites working.
now I am doing some cleanup to install a wiki and moved all drupal files to a drupal dir so now it looks like this
-public_html
|-drupal
|-sites
|-all
|-site1.net
|-themes
|-modules
|-site2.net
|-themes
|-modules
|-wiki
|-all kind of wiki stuffI have used the data from this post to edit my .htaccess.
The problem is that I can no longer access other sites then the main site.
any idea how to make this scheme support multi site?

Subscribe: same problem on
Subscribe: same problem on my Local Drupal Multisite installation.
Found some issues on similar problem here:
http://drupal.org/node/25011 take a look.
Cheers