arura
06-24-2002, 04:56 AM
10mb diskspace cost 1USD to upgrade=100mb costs 10USD extra per month. I get so much more if I get another hosting account. There are so many good WHT offers.
But I want to use the same secondary domain. Is using different hosts for different subdomains a good solution? Anyone with experience please share your opinions.
Arura
Rochen
06-24-2002, 07:19 AM
Simply edit the DNS zone file and create an A record for the sub domain to make it point to the secondary host's server :)
Servstra-Sales
06-24-2002, 07:33 AM
A client of ours has multiple subdomains all pointing to different web sites that are all hosted with a different web host. I guess they don't like putting all their eggs in one basket.
Also, they manage their own DNS via mydomain.com. Seems to work for them.
XTNet
06-24-2002, 02:15 PM
Just make sure your other host doesnt mind adding the DNS entry.
thewitt
06-24-2002, 02:59 PM
Remember that before virtual hosts and subdomains as alternate directories in the same web account, what we call subdomains were actually server names.
www.example.com would be the server named www in the example.com domain.
ftp.example.com would be the server named ftp in the example.com domain.
Occasionally someone would "alias" a server with multiple names, however this was the exception, not the rule.
The DNS is happy to manage these as A records pointing separate "hosts" to separate IP addresses within the same domain zone file. It's what the world looked like before the proliferation of the web.
-t