battis/github-presenter/master/.htaccess - Htaccess File

battis/github-presenter/master/.htaccess

# block access to all Apache config files
<FilesMatch "^.ht*">
  Order allow,deny
  Deny from all
</FilesMatch>

# block access by file extension
<FilesMatch "(.sql|.inc.php)$">
  Order allow,deny
  Deny from all
</FilesMatch>

# block access to secrets.xml
<Files secrets.xml>
  Order allow,deny
  Deny from all
</Files>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache