Domain name is forwarding to my localhost, no idea why
Posted
by Dustin Fineout
on Server Fault
See other posts from Server Fault
or by Dustin Fineout
Published on 2009-06-15T13:23:02Z
Indexed on
2010/05/22
7:51 UTC
Read the original article
Hit count: 306
On my local development machine, I have a WAMP setup (Windows Vista Home Premium, Apache 2, MySQL and PHP 5). One of my projects is rehash.dustinfineout.com, which may be related to the problem... For some reason, when I try to visit http://www.rehash.com in a browser, it forwards automatically to 127.0.0.1 loopback/localhost. I discovered this entirely accidentally.
I have already looked at the http.conf and extra/httpd-vhosts.conf Apache configuration files and these are not causing it. I also checked the windows hosts file but that had no entries in it either (C:/WINDOWS/System32/drivers/etc/hosts - maybe there is another location I need to check).
Any ideas?
Just to clarify, rehash.com is NOT my domain.
© Server Fault or respective owner