鄭州網站建設始于2004年!QQ咨詢:12269363 聯系電(diàn)話(huà):0371-56688798 手機:13643860807 | 登錄 注冊 新聞中(zhōng)心 客戶支持 交費(fèi)方式 聯系我(wǒ)(wǒ)們 |
#$Id: root.htaccess 17348 2008-12-23 05:53:22Z flaboy $
AddEncoding gzip .jgz
AddType "text/javascript;charset=UTF-8" .jgz
AddEncoding gzip .zcss
AddType "text/css;charset=UTF-8" .zcss
RewriteEngine on
# 設置RewriteBase的值爲你的商(shāng)店(diàn)目錄地址
RewriteBase /
RewriteRule ^themes/.*.(html|xml)$ / [F]
RewriteCond %{REQUEST_FILENAME} .(html|xml|json|htm|php|php2|php3|php4|php5|phtml|pwml|inc|asp|aspx|ascx|jsp|cfm|cfc|pl|cgi|shtml|shtm|phtm)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?$1 [L]