# BEGIN
<IfModule mod_rewrite.c>
RewriteEngine On

RewriteBase /
RewriteCond %{REQUEST_URI}	!\.(gif|jpeg|png|jpg|bmp|swf)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
</IfModule>
SetEnv TZ Asia/Chongqing
# END AiJuhe
