davidfabreguette/CSWEB-server/master/back_up/_private/.htaccess - Htaccess File

davidfabreguette/CSWEB-server/master/back_up/_private/.htaccess

# -FrontPage-

Options None

<Limit GET POST>
order deny,allow
deny from all
allow from all
require group authors administrators
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthType Basic
AuthUserFile /home/cswebfr/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/cswebfr/public_html/_vti_pvt/service.grp
AuthName cs-web.fr

On Github License

Files

Download PDF of Htaccess file
GET, POST, PUT

Comments

Apache