Mobile app version of vmapp.org
Login or Join
Rambettina238

: The basic model for this is that a domain name points at an IP address, the server machine at that IP address runs web server software, and your web content is on the hard drive of that

@Rambettina238

The basic model for this is that a domain name points at an IP address, the server machine at that IP address runs web server software, and your web content is on the hard drive of that server machine.

Having a domain expire generally means that "www.mydomain.com" no longer points to the same IP address, but it doesn't automatically cause your content to be erased from the hard drive of the web server machine that it was on.

(Unless, I suppose, you got a package deal with a single company where you could register a domain name and they'd also set up some web server space for you. In that case, they may employ service management software that automatically deletes the contents of old accounts when the domain expires. But you should check with them anyway.)

If you still know the IP address of the web server you had pointed your domain name at, you may be able to get to your content by putting the IP address instead of the domain name into your URLs. You'll probably do even better to edit your "hosts file" (/etc/hosts on Unix including Mac and Linux, and something like %SystemRoot%system32driversetchosts on Windows) to point your old domain name at your old IP address, because fewer links will break that way.

Update:
One more thought: On the off chance that your hosting service's DNS server still thinks it's authoritative for your expired domain, you could try using a DNS query tool to specify that you want to ask that particular DNS server what the IP address is for your expired domain. If it gives a different answer than other DNS servers give, than that's probably the IP address of the web server where your content may still reside. You could then configure your client machine to use only that company's DNS servers as your DNS servers, and you'd be able to browse your old site. Quickly use some web site downloading/archiving tool to suck down a copy of your entire website (all the static content at least) before the company deletes it.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Rambettina238

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme