Hosting for Dead Sites

Hosting for 300, 400 & 500 Responses

Redirect, Remove & Errors

Removal

Want a domain to be "removed" from the Internet?

Using HostDead respond with either 410 or 404 responses.

Learn More

Redirection

Perhaps you moved from blog.example.com to example.com/blog. Or moving from CompanyA.com to CompanyB.com. We send 301 or 302 responses, with rewriting!

Learn More

Configuration

The configuration is super easy, simply update your DNS entires to point here.

  1. Configure the Host
  2. Configure the Page redirects, as necessary
  3. Enable Logging or Mail services
  4. Configure DNS to point to HostDead.com (use CNAME)

Testing the Configuration

curl \
	--header 'Host: your-domain.com' \
	--verbose \
	http://hostdead.com/some/path/you/want/to/check?with=params

500 Level Server Errors

Errors

Ok and some times you just need to get server level error response. Using HostDead you can get 500 or 503 level responses.

curl \
	--header 'Host: your-domain.com' \
	--verbose \
	http://your-domain.com/500.{css,js,html,json}