forked from Wavyzz/dolibarr
16 lines
231 B
ApacheConf
16 lines
231 B
ApacheConf
<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>
|
|
|