It seems that using 127.0.0.1 mysite.com in hosts file isn't good idea, because mysite.com is real site.
In my opinion better use something ugly, but understandable for the developer, for example, <your_computer_name>.com.
In any case, it is recommended to check the potential address before using it in hosts file.
It seems that using
127.0.0.1 mysite.com
in hosts file isn't good idea, because mysite.com is real site. In my opinion better use something ugly, but understandable for the developer, for example,<your_computer_name>.com
. In any case, it is recommended to check the potential address before using it in hosts file.