search
top

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…)

VN:F [1.9.17_1161]
Rating: 0 (from 0 votes)

Use .htpasswd for specific IP’s

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
VN:F [1.9.17_1161]
Rating: 0 (from 0 votes)

« Previous Entries Next Entries »

top