r8filipe/prevcrimeV3/master/application/.htaccess - Htaccess File

r8filipe/prevcrimeV3/master/application/.htaccess

# MAKE SURE TO LEAVE THE NEXT TWO LINES HERE.
# 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