Hi,
You need to set a local host file:
Windows:
Edit c:\windows\system32\drivers\etc\hosts file: like
Code:
127.0.0.1 my-complain.com
This means that when you browse to my-complain.com you will route to the machine where the local host file is set. If you need to route to a different machine on your internal network then an example is:
Code:
172.16.2.34 my-complain.com
On Windows 7 and Vista you may need to be administrator to do this.
Macintosh:
Set a local host file in Mac OS X
Linux:
Edit the /etc/hosts file:
Code:
127.0.0.1 my-complain.com
Regards,
Steve
Bookmarks