tucanowned/congressouniapac/master/application/.htaccess - Htaccess File

tucanowned/congressouniapac/master/application/.htaccess

<IfModule authz_core_module>
    Require all denied
    <FilesMatch ".(ico|pdf|flv|jpg|jpeg|mp3|mpg|mp4|mov|wav|wmv|png|gif|swf|css|js)$">
    Require all granted
  </FilesMatch>

</IfModule>
<IfModule !authz_core_module>
    Deny from all
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache