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

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

# ----------------------------------------------------------------------
# Purpose of file: block any web access to files stored under
#                  the style/ directory
# ----------------------------------------------------------------------
deny from all
<FilesMatch ".(css)$">
order allow,deny
allow from all
</filesmatch>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache