lukadragicevic/psi/master/application/.htaccess - Htaccess File

lukadragicevic/psi/master/application/.htaccess

<IfModule authz_core_module>
    Require all denied
</IfModule>
<IfModule !authz_core_module>
    Deny from all
</IfModule>
<IfModule mod_php5.c>
   php_value upload_max_filesize 128M
   php_value post_max_size 128M
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache