##############################################
DirectoryIndex index.php index.html 
### DEFAULTS ###
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/javascript text/css application/javascript
ServerSignature Off
AddType video/x-flv .flv
AddType application/x-shockwave-flash .swf
AddType image/x-icon .ico
AddDefaultCharset UTF-8
SetEnv TZ Asia/Shanghai
Options -Indexes

RewriteEngine On
#RewriteBase /
RewriteRule ^(.+)\.htm$ index.php?z=$1

#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule . /index.php [L]