Quote:
Originally Posted by Smack dat
I don't think it will help. I know the issue is local to me. Maybe the DNS hasn't fully propagated yet. Thanks anyway though.
I can't F5 because my site instantly redirects due to the hack.
|
have a look in your host file
under windwos it is usually under c/windows/system32/drivers/etc
look if there is an entry with your domain there
if it is clean it lookis like that:
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
here you can also set the new IP for your site by adding
the new ip adress and website name
i.e.
123.123.123.1 yoursitename.com
you have to edit this file with administrator rights in the normal editor and safe it.
after that start your browser again and it should work.