<Files "config.php">
Order Allow,Deny
Deny from
All
</Files>
php_value default_charset UTF-8
AddDefaultCharset
UTF-8
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond
%{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?%{REQUEST_URI}
[QSA,L]