Alexey93/ProductsDz/master/src/.htaccess - Htaccess File

Alexey93/ProductsDz/master/src/.htaccess

<IfModule mod_authz_core.c>
    Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
    Order deny,allow
    Deny from all
</IfModule>
<FilesMatch ".php">
    Deny from all
<FilesMatch/>
php_value magic_quotes_gpc on
error_reporting(0)

On Github License

Files

Download PDF of Htaccess file

Comments

Apache