mzak
7/8/2013 - 11:08 PM

.htaccess for error log dir

# .htaccess voor /path/to/writable/file/logs/

IndexIgnore *

# Don't show directory listings for URLs which map to a directory.
Options All -Indexes
Options +FollowSymLinks

#Refuse access to this directory to all
Order Allow,Deny
Deny from all