Click to See Complete Forum and Search --> : Is there a way to find out who hosts a site?


bcournoyer
10-25-2011, 09:31 AM
I have a client who has an old page created by a developer who is unreachable. He has no idea who currently hosts the site. Is there a way to find this out, or a way to redirect the DNS from another point?

Thanks

bcournoyer
10-25-2011, 10:02 AM
I've tracked down the ip and even the name server, but not sure where to go from there.

tracknut
10-25-2011, 10:19 AM
If you did a whois on the nameserver, I'm pretty sure that's going to be owned by the hosting company. Also, if you're just trying to set up a new host, you may not care what the current host is - you'd just point the domain name at the nameservers that belong to the new host.

Dave

bcournoyer
10-25-2011, 10:30 AM
Thanks Dave. I've done a whois and got the info from there. I believe the host is the developer. The phone has been disconnected and there is no response to emails. I'm surprised the site is still up at all.

Is there any way I can redirect the page to another url while we get the dns changed? I can't access the .htaccess file to do a redirect.

tracknut
10-25-2011, 10:39 AM
If you have ftp access to change the site's pages, you could put:

<meta http-equiv="REFRESH" content="0;URL=http://www.newsite.com">


in the <head> section of the index file.

Dave

2gbhosting
11-04-2011, 03:33 AM
You can also done 301 redirects from Google webmaster tool. If you have access to your webmaster account with which you prove your website ownership.