Add examples of htaccess files

This commit is contained in:
Laurent Destailleur 2008-05-02 01:09:09 +00:00
parent 4b6f7e6d09
commit 3d2833996f
2 changed files with 16 additions and 0 deletions

15
doc/install/.htaccess Normal file
View File

@ -0,0 +1,15 @@
<Files ~ "^\.(htaccess|htpasswd)$">
Order deny,allow
deny from all
</Files>
AuthUserFile ".htpasswd"
AuthName "Zone Administration"
AuthType Basic
<Limit GET POST PUT>
order deny,allow
allow from all
Require valid-user
</Limit>

1
doc/install/.htpasswd Normal file
View File

@ -0,0 +1 @@
admin:$apr1$l63.....$tCO2YgYkr.oq.ShBECwUH1