projectestac/intraweb/master/intranet/javascript/.htaccess - Htaccess File

projectestac/intraweb/master/intranet/javascript/.htaccess

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

On Github License

Files

Download PDF of Htaccess file

Comments

Apache