toomasr/sprint-analysis/master/uploads/.htaccess - Htaccess File

toomasr/sprint-analysis/master/uploads/.htaccess

# Protect the htaccess file
<Files .htaccess>
Order Allow,Deny
Deny from all
</Files>

# Protect log.txt
<Files "sprint-analysis.log">
Order Allow,Deny
Deny from all
</Files>

# Disable directory browsing
Options All -Indexes

On Github License

Files

Download PDF of Htaccess file

Comments

Apache