Web Hosting Talk







View Full Version : one account, multiple domains?


wwwebmas2k
04-18-2002, 10:58 PM
Does anyone know if you can make http://blah.com/~username look just like http://www.blah2.com, but on the same account as the first?

How would you do this?

Chicken
04-18-2002, 11:03 PM
For example, http://www.mydomain.com offers such a forwarding service, as do some registrars. I'm assuming you don't have control of the server. If you do, then you wouldn't use this method. This ouwld be set up in httpd.conf as the root directory, blah blah... use mydomain.com :D

wwwebmas2k
04-18-2002, 11:12 PM
i have root and stuff, i control the server...

i also control my own nameservers

LinuXpert
04-19-2002, 12:57 AM
Originally posted by wwwebmas2k
i have root and stuff, i control the server...

i also control my own nameservers
So it's easy! As Chicken said, all you have to do is in the httpd.conf file. You should refer to VirtualHost directory in the Apache Documents

Chicken
04-19-2002, 01:59 AM
Yes, ignore the mydomain.com stuff above then (I'd edit it but... might as well leave it ther for someone else).