projectestac/agora/master/html/portal/modules/.htaccess - Htaccess File

projectestac/agora/master/html/portal/modules/.htaccess

# ----------------------------------------------------------------------
# Purpose of file: block web access to not allowed files
#                  stored under the modules/ directory
# ----------------------------------------------------------------------
deny from all
<FilesMatch ".(css|eot|gif|jpeg|jpg|js|pdf|png|svg|swf|ttf|woff)$">
order allow,deny
allow from all
</filesmatch>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache