找回密码
 入学

QQ登录

只需一步,快速开始

查看: 4135|回复: 0

ECMALL官方伪静态rewrite规则不能使用,我修改的,可以使用的版本

[复制链接]
发表于 2013-5-22 20:00:01 | 显示全部楼层 |阅读模式
ECMALL官方伪静态rewrite规则不能使用,我修改的,可以使用的版本
  1. [ISAPI_Rewrite]

  2. # 3600 = 1 hour
  3. CacheClockRate 3600

  4. RepeatLimit 32

  5. # Protect httpd.ini and httpd.parse.errors files
  6. # from accessing through HTTP
  7. # ECMall By fei76 Rewrite

  8. RewriteRule /goods/([0-9]+)/?$ /index\.php\?app=goods&id=$1
  9. RewriteRule /goods/([0-9]+)/([^/]+)/?$ /index\.php\?app=goods&id=$1&act=$2
  10. RewriteRule /goods/([0-9]+)/([^/]+)/page_([^/]+)/?$ /index\.php\?app=goods&id=$1&act=$2&page=$3
  11. RewriteRule /groupbuy/([0-9]+)/?$ /index\.php\?app=groupbuy&id=$1
  12. RewriteRule /category/goods/?$ /index\.php\?app=category
  13. RewriteRule /category/(.*)/?$ /index\.php\?app=category&act=$1
  14. RewriteRule /brand/?$ /index\.php\?app=brand
  15. RewriteRule /article/([0-9]+).html$ /index\.php\?app=article&act=view&article_id=$1
  16. RewriteRule /store/([0-9]+)/?$ /index\.php\?app=store&id=$1
  17. RewriteRule /store/article/([0-9]+).html$ /index\.php\?app=store&act=article&id=$1
  18. RewriteRule /store/([0-9]+)/credit/?$ /index\.php\?app=store&id=$1&act=credit
  19. RewriteRule /store/([0-9]+)/credit/page_([^/]+)/?$ /index\.php\?app=store&id=$1&act=credit&page=$2
  20. RewriteRule /store/([0-9]+)/credit/([0-9]+)/?$ /index\.php\?app=store&id=$1&act=credit&eval=$2
  21. RewriteRule /store/([0-9]+)/credit/([0-9]+)/page_([^/]+)/?$ /index\.php\?app=store&id=$1&act=credit&eval=$2&page=$3
  22. RewriteRule /store/([0-9]+)/goods/?$ /index\.php\?app=store&id=$1&act=search
  23. RewriteRule /store/([0-9]+)/goods/page_([^/]+)/?$ /index\.php\?app=store&id=$1&act=search&page=$2
  24. RewriteRule /store/([0-9]+)/category/([0-9]+)/?$ /index\.php\?app=store&id=$1&act=search&cate_id=$2
  25. RewriteRule /store/([0-9]+)/category/([0-9]+)/page_([^/]+)/?$ /index\.php\?app=store&id=$1&act=search&cate_id=$2&page=$3
  26. RewriteRule /store/([0-9]+)/groupbuy/?$ /index\.php\?app=store&id=$1&act=groupbuy
  27. RewriteRule /store/([0-9]+)/groupbuy/page_([^/]+)/?$ /index\.php\?app=store&id=$1&act=groupbuy&page=$2
复制代码
您需要登录后才可以回帖 登录 | 入学

本版积分规则

QQ|Archiver|手机版|小黑屋|校园天空成立于2004年2月24日 ( 陕ICP备08000078号-8 )

GMT+8, 2025-6-3 11:48 , Processed in 0.089234 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2025 Discuz! Team.

快速回复 返回顶部 返回列表