payzen/PayzenDemonstrator/master/.htaccess - Htaccess File

payzen/PayzenDemonstrator/master/.htaccess

# do not respond for git files
RedirectMatch 404 /.git

# do not gave acces to special files 
<FilesMatch ".(htaccess|htpasswd|ini|log|sh|inc|bak|swp|sqlite)$">
Order Allow,Deny
Deny from all
</FilesMatch>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache