Add examples of htaccess files
This commit is contained in:
parent
4b6f7e6d09
commit
3d2833996f
15
doc/install/.htaccess
Normal file
15
doc/install/.htaccess
Normal 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
1
doc/install/.htpasswd
Normal file
@ -0,0 +1 @@
|
|||||||
|
admin:$apr1$l63.....$tCO2YgYkr.oq.ShBECwUH1
|
||||||
Loading…
Reference in New Issue
Block a user