![]() |
Subdomains - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: Subdomains (/thread-3037.html) |
Subdomains - samducker - 04-14-2008 08:15 PM How do I set subdomains for diffrent areas, eg have a login.domain.com which goes to the same place as admin.domain.com. RE: Subdomains - joximu - 04-14-2008 08:29 PM You can set the directory for the subdomain when adding the subdomain - just give the same folder as for the other subdomain. The folders are all inside the main folder of the customer... RE: Subdomains - samducker - 04-14-2008 08:55 PM I'm talking about for the main domain not a customer account RE: Subdomains - joximu - 04-14-2008 09:14 PM Then you might have a deeper look in the apache documentation and configuration. RE: Subdomains - rsmithgs - 04-16-2008 08:00 AM Easiest (well shortest) way is to pop a redirect into the apache config. Or you can pretty much replicate whats in the 00_master.conf but changing the sub domain to the sub domain that you want. RE: Subdomains - joximu - 04-16-2008 10:13 AM yes - also make sure the the name resolves... otherwise you won't reach the server... |