mebusmein/Filatelist/master/application/.htaccess - Htaccess File

mebusmein/Filatelist/master/application/.htaccess

# MAKE SURE TO LEAVE THE DENY LIST AT THE TOP OF THE FILE !!!
BEGIN DENY LIST --
END DENY LIST --
<IfModule authz_core_module>
    Require all denied
</IfModule>
<IfModule !authz_core_module>
    Deny from all
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache