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

wayland76’s picture

I'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.

wayland76’s picture

Status: Active » Fixed

No reply. We'll call it fixed.

wayland76’s picture

Status: Fixed » Closed (fixed)