Options -Indexes

<IfModule mod_rewrite.c>
	RewriteEngine on
	RewriteRule (.*) index.php?file=$1 [QSA,L]
</IfModule>
