dirte/awoms/master/public/file/.htaccess - Htaccess File

dirte/awoms/master/public/file/.htaccess

# Prevent directory listing
Options -Indexes

# Route all requests through index file which checks ACL
RewriteEngine On
RewriteRule ^(.*)$ index.php?f=$1 [PT,L,QSA]

#Prevent images from being viewed
#<Files *>
#  deny from all
#</Files>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache