AddDefaultCharset UTF-8
Options -Indexes
RewriteEngine on
DirectoryIndex index.php

RewriteRule ^/?$ index.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-i