AddDefaultCharset UTF-8
DefaultLanguage ru-RU

<IfModule mod_rewrite.c>

Options +FollowSymlinks

SetEnv HTTP_MOD_REWRITE On

RewriteEngine on

RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !-f

RewriteRule ^(.*)?$ index.php?$1 [QSA,L]

</IfModule>