How to update your hosts file in OSX
Goal
This little tutorial explains how you can update your hosts file so you can reach that website or project that hasn’t been put live yet or only works internally.
(more…)
This little tutorial explains how you can update your hosts file so you can reach that website or project that hasn’t been put live yet or only works internally.
(more…)
Put this in your .htaccess file:
Order deny,allow Deny from all AuthName "Private Area" AuthType Basic AuthUserFile /path/to/your/.htpasswd Require user someuser allow from 111.22.333.44 Satisfy Any