sowmynarayan/joomla-website/master/_private/.htaccess - Htaccess File

sowmynarayan/joomla-website/master/_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
AuthName sowmynarayan.exofire.net
AuthUserFile /home/sowmynar/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/sowmynar/public_html/_vti_pvt/service.grp

On Github License

Files

Download PDF of Htaccess file
GET, POST, PUT

Comments

Apache