Hi all,
I have successfully set-up multiple domains on a single server using Apaches vhost feature.
I have Drupal 4.2.0 successfully running on one of the domains but wish to use it on another domain on top of the same database (DB) because I guessed having only one DB running would be better performance but all my sites are low visitors anyways. htdocs = document root.
htdocs>domain1>index.php, error.php, cron.php etc etc
htdocs>domain1>database>
htdocs>domain1>includes>www.domain1.com.php (file named without www. as well as this is because told to do it in Drupal manual and also code below added:
$ ln -s includes/yourdomain.com.php
includes/www.yourdomain.com.php
$ ls -l includes/*.conf
-rw-rw-r-- 1 drupal drupal includes/yourdomain.com.php
lrwxrwxrrx 1 drupal drupal includes/www.yourdomain.com.php- includes/yourdomain.com.php
htdocs>domain1>misc>
htdocs>domain1>modules>
htdocs>domain1>scripts>
htdocs>domain1>themes>
htdocs>domain2>exact as above but changing domain where apropriate in the config filename and in the config itself
I now get a blank page on both domains. I have run down settings several times and looked around drupal.org site for FAQs or help and looked around net and forums but still no-one with the same problem as this.
I know one of you gurus out there probably has the answer and I would be much appreciated for yours or anyones help on this.