DirectoryIndex index.php index.html index.htm
#  
AddDefaultCharset UTF-8
#  
#Options -Indexes
#    
Options +FollowSymlinks

# ModRewrite
RewriteEngine On
RewriteRule ^(.*) index.php?$1%{QUERY_STRING} [L,QSA]