Options -Indexes
DirectoryIndex index.php

RewriteEngine On
RewriteRule ^cache/ - [F,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule ^ index.php [QSA,L]

