Web Hosting Talk







View Full Version : Temporary addresses


Softerweb
04-20-2001, 04:03 PM
I am planning to offer shared ip hosting. How would you go about creating temporary addresses the customer can use while their domain is transfered to your dns servers?

I would probably use something like customersdomain.temp.myhostingcomany.com. But how whould i "bind" this up to the customers virtual site?

This would be done on Cobalts, by the way.

Wazup

Chicken
04-20-2001, 08:26 PM
What I'd do:

ln -s /home/sites/www.customerdomain.com/web /home/sites/www.yourdomain.com/web/customerdomain

Matthew.A
04-21-2001, 05:20 AM
Is this on a Raq4? If so just create the users site, but use the web server alias to point a temporary name like client.yoursite.com...

Softerweb
04-21-2001, 05:38 AM
Yeah, Raq4.

Ok, so I can point cutomer.mydomain.com to the ip of customer.com in dns. Then add cutomer.mydomain.com to customer.com`s "Web Server Aliases".

I won`t be able to do any testing until I get the dns servers up, running and registered.

Wazup

Matthew.A
04-21-2001, 08:32 AM
Yes, think so :)

projo
04-21-2001, 10:17 AM
And then there is the ugly

mydomain.com/~username

which normally does not require work for each added account,
but then I don't know what the RAQ will do with this.
Gary