here's my setup:
apache httpd.conf file:
DocumentRoot "/var/www/subdomin.mysite.com/htdocs"
ServerName subdomain.mysite.com
allow from all
Options +Indexes
LogLevel emerg
CustomLog /var/log/httpd/subdomin_mysite_com.log.web1 "combined"
i have the multiple subdomain module installed, but is there a set of step by step instructions on how to get subdomains to work on drupal using one database?
I'm having some trouble, can anyone please help? I'm a bit lost.
Thanks,
Comments
Comment #1
wayland76 commentedI'm guessing (as my ISP uses a control panel) that what you need to do is:
- Set up your default domain
- Below the ServerName entry for your default domain, enter a ServerAlias entry for the secondary domain
Then let Drupal sort it out.
Comment #2
wayland76 commentedNo reply. We'll call it fixed.
Comment #3
wayland76 commented