Problem : How can I set up Chrome to reference hostname lookups locally and not from the standard etc/hosts file? […]
Tag: hosts-file
how to block subdomains using host file in windows
QUESTION : I have seen that I can block access to web pages with the host file: 127.0.0.1 www.facebook.com how […]
How do I redirect a domain to another domain locally?
Problem : My /etc/hosts file looks like this: 127.0.0.1 localhost 10.20.7.67 testsitealpha.dev othersite.dev testsitebeta.dev The first two work. The last […]
Linux/Windows hosts file
Problem : I need redirect the domain (www.pokus.cz) to my local IP address (192.168.1.100/preview) because I need to make a […]
Linux/Windows hosts file
Problem : I need redirect the domain (www.pokus.cz) to my local IP address (192.168.1.100/preview) because I need to make a […]
Creating hostsname aliases through dscl does not work in Mountain Lion
QUESTION : I read a few places that dscl is preferred over /etc/hosts for adding hostnames (for instance when developing). […]
Windows hosts file equivalent on Mac?
QUESTION : I am doing a project and uploading to a clients test server, however they only have IP address […]
why /etc/hosts don’t effect to my firefox on Ubuntu 10.04?
Problem : I tried to block some hosts to load from them ads and scripts. for example in /etc/hosts: 127.0.0.1 […]
How to disable unneeded error message using hosts file in Google Chrome
Problem : OS=Debian squeeze, browser Google Chrome 15.0.874.106 I use the hosts file to block unwanted sites, especially ad sites, […]
How dangerous is it to translate IPs directly via hosts in Windows
QUESTION : Sorry for the inconvenience, as English is not my native. I use hosts to access some websites as […]