# disable directory browsing
Options All -Indexes

# secure htaccess
<Files .htaccess>
 order allow,deny
 deny from all
</Files>

# set memory limit for cache.php
php_value memory_limit 32M