773 Views
Learn the basic procedures for doing a local Windows website test. Use this manual to make sure your web development projects are efficient and well-organized. Here are the basic procedures for doing a window-based local test of the site:
1. First move to the path C:\Windows\System32\drivers\etc\hosts.
2. Open the hosts file, and make host entry at the end of line, enter your server IP and domain name and save the file with “ctrl+s”.
For example:
34.185.122.265 domain.com www.domain.com
Note: Make sure to remove this entry after testing the website
3. Now you can check your website by entering your domain name on web browser.