Hey guys,
I am very new to drupal and I have been attempting to get a multisite setup on my wamp localhost working without success.
I have tried a multisite with separate databases and I tried uing Domain Access - no success.
Perhaps the multisite trial IS a little successful - I managed to get a subsite responding but the page comes up completely blank so nothing happens.
I have the following in my host file:
127.0.0.1 localhost
127.0.0.1 mainsite
127.0.0.1 www.subsite.local
And in httpd.conf:
DocumentRoot C:/wamp/www
ServerName localhost
DocumentRoot "C:/wamp/www"
ServerName www.subsite.local:80
Mainsite contains a working drupal installation and I simply want subsite( and any future subsites ) to respond to install.php and see their own individual database as specified in subsite's settings.php
can anyone kindly offer some assistance???
Comments
Have you tried just a single
Have you tried just a single site setup with a multisite setting? For example, instead of using the default setting.php file have you tried sites/www.subsite.ca/setting.php only working or not? You will also need to set the base domain in the setting.php file correctly.
If you are getting blank page, something else (perhaps php is getting problem). Many times this is because php openbasedirectory setting in effect. Check you php and server log and see what error you are seeing.