fabricelallemand/mathslallemand/master/.htaccess - Htaccess File

fabricelallemand/mathslallemand/master/.htaccess

## make sure nobody gets the htaccess, README, COPYING or VERSION files
<Files ~ "^([._]ht|README$|VERSION$|COPYING$)">
    Order allow,deny
    Deny from all
</Files>

<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>

ErrorDocument 404 /erreur404.php

On Github License

Files

Download PDF of Htaccess file

Comments

Apache