bcgrimes/baseball-scores/master/baseball/.htaccess - Htaccess File

bcgrimes/baseball-scores/master/baseball/.htaccess

# -FrontPage-

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

<Limit GET POST>
#The next line modified by DenyIP
order allow,deny
#The next line modified by DenyIP
#deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName baycg.com
AuthUserFile /home/bcgrimes/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/bcgrimes/public_html/_vti_pvt/service.grp

<Files 403.shtml>
order allow,deny
allow from all
</Files>

deny from 83.52.66.124

On Github License

Files

Download PDF of Htaccess file
GET, POST, PUT

Comments

Apache