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

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

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

On Github License

Files

Download PDF of Htaccess file

Comments

Apache