[support] How to do subdomains?
Jody Cleveland
cleveland at winnefox.org
Thu Aug 2 21:59:56 UTC 2007
Hello,
I've got a multi-site setup with drupal 5. For one of my sites, there is a
splash page that is a static page:
<http://www.menashalibrary.org/sites/www.menashalibrary.org/themes/kids/spla
sh/index.html>
I'd like this to be http://kids.menashalibrary.org. I setup dns to point to
the server, and added a virtualhost into my apache config file:
<VirtualHost 199.242.176.170:80>
DocumentRoot
/var/www/html/drupal/sites/www.menashalibrary.org/themes/kids/splash
ServerName kids.menashalibrary.org
</VirtualHost>
But, when I go to kids.menashalibrary.org, I just get the default apache
page.
This is the first time I've setup a subdomain with a drupal website.
Normally, what I did above would work just fine. Is there something else I
need to do to get this working with Drupal?
- jody
More information about the support
mailing list