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

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

# ----------------------------------------------------------------------
# Purpose of file: block any web access to not allowed files
#                  stored under the userdata/ directory
# ----------------------------------------------------------------------
deny from all
<FilesMatch "(?i).(css|js|rss|png|gif|jpg|jpeg|psd|svg|txt|rtf|xml|pdf|sdt|odt|doc|docx|pps|ppt|pptx|xls|xlsx|mp3|wav|wma|avi|flv|mov|mp4|rm|vob|wmv|gz|rar|tar.gz|zip)$">
order allow,deny
allow from all
</filesmatch>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache