AddDefaultCharset UTF-8
<FilesMatch ".(htaccess|htpasswd|ini|phps|fla|psd|log|sh|tpl|phtml)$">
	Order Allow,Deny
	Deny from all
</FilesMatch>
php_value display_errors 0
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
RewriteRule ^(.*)$ http://%1/ [R=301,L]

#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^sitemap.xml?$ /apps/sitemap.php [L,QSA]
RewriteRule ^(.*)$ index.php