MrRakitov/AllPhones.WEB/master/web/.htaccess - Htaccess File

MrRakitov/AllPhones.WEB/master/web/.htaccess

Options +FollowSymlinks

# Prevent Directoy listing
Options -Indexes

# Prevent Direct Access to files
<FilesMatch "(?i)((.tpl|.ini|.log|(?<!robots).txt))">
 Order deny,allow
 Deny from all
</FilesMatch>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache