Revision: 22103
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at January 2, 2010 04:01 by blaz
Initial Code
AuthName "admin"
AuthType Basic
AuthUserFile /home/blaz/.htpasswd
Satisfy Any
<Limit GET POST>
order deny,allow
deny from all
allow from 127.0.0.1
require valid-user
</Limit>
Initial URL
Initial Description
Initial Title
htaccess by ip or pass
Initial Tags
htaccess, ip
Initial Language
Apache