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

projectestac/intraweb/master/intranet/config/.htaccess

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

On Github License

Files

Download PDF of Htaccess file

Comments

Apache