联系电话:13070832296业务咨询Q:359052380 330939370 看好直接注册购买,不在线可留言!!免费体验入口:http://boxtest.pc51.com/login.php?u=test 不买先体验!专业门户类网站http://www.bxdzz.net/design/down_all.php |
全国销售热线:400-800-8888 | 智能主站 - 电信站 - 网通站 - 加入收藏 - 新闻中心 - 客户支持 - 交费方式 - 联系我们 |
#$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的值为你的商店目录地址
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]
