ECSHOP2.6.1在IIS伪静态的问题

2016-07-07 15:50 来源:www.chinab4c.com 作者:ecshop专家

我在分类中切换显示方式,显示方式: ,的时候不能够正常显示,求助!!!

比如:http://www.eubuy.cn/category-80-b0-%E5%87%8F%E8%82%A5%E7%98%A6%E8%BA%AB.html

忘了说了,我的服务器是windows 2003的

从后台把商品列表goods_list.lbi调出来改一下

找到
<form method="get" action="#" class="sort" name="listform">
或者类似语句
改为:
<form method="post" action="/category.php" class="sort" name="listform">
或者类似语句

OK 显示方式 都能出来了!


回答:
请您说明一下您做伪静态的过程

下面这个是我的httpd.ini配置


  1. [ISAPI_Rewrite]

  2. # 3600 = 1 hour
  3. CacheClockRate 1

  4. RepeatLimit 32

  5. # 为了确保重写规则不影响服务器上的其他站点
  6. # 请将下面的语句前的#号去掉,并将(?:www\.)?site1\.com改为商店所在域名

  7. #RewriteCond %{HTTP:Host} (?:www\.)?site1\.com

  8. RewriteRule ^(.*)/index.html$ $1/index\.php [I]
  9. RewriteRule ^(.*)/category$ $1/index\.php [I]
  10. RewriteRule ^(.*)/feed-c([0-9]+).xml$ $1/feed\.php\?cat=$2 [I]
  11. RewriteRule ^(.*)/feed-b([0-9]+).xml$ $1/feed\.php\?brand=$2 [I]
  12. RewriteRule ^(.*)/feed.xml$ $1/feed\.php [I]
  13. RewriteRule ^(.*)/category-([0-9]+)-b([0-9]+)-min([0-9]+)-max([0-9]+)-attr([^-]*)-([0-9]+)-(.+)-([a-zA-Z]+)(.*)\.html$ $1/category\.php\?id=$2&brand=$3&price_min=$4&price_max=$5&filter_attr=$6&page=$7&sort=$8&order=$9 [I]
  14. RewriteRule ^(.*)/category-([0-9]+)-b([0-9]+)-min([0-9]+)-max([0-9]+)-attr([^-]*)\.html$ $1/category\.php\?id=$2&brand=$3&price_min=$4&price_max=$5&filter_attr=$6 [I]
  15. RewriteRule ^(.*)/category-([0-9]+)-b([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*)\.html$ $1/category\.php\?id=$2&brand=$3&page=$4&sort=$5&order=$6 [I]
  16. RewriteRule ^(.*)/category-([0-9]+)-b([0-9]+)-([0-9]+)(.*)\.html$ $1/category\.php\?id=$2&brand=$3&page=$4 [I]
  17. RewriteRule ^(.*)/category-([0-9]+)-b([0-9]+)(.*)\.html$ $1/category\.php\?id=$2&brand=$3 [I]
  18. RewriteRule ^(.*)/category-([0-9]+)(.*)\.html$ $1/category\.php\?id=$2 [I]
  19. RewriteRule ^(.*)/goods-([0-9]+)(.*)\.html$ $1/goods\.php\?id=$2 [I]

  20. RewriteRule ^(.*)/goods-([0-9]+)(.*)\.html\?from=rss$ $1/goods\.php\?id=$2 [I]
  21. #上面这句是我自己添加的,因为RSS过来也打不开


  22. RewriteRule ^(.*)/article_cat-([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*)\.html$ $1/article_cat\.php\?id=$2&page=$3&sort=$4&order=$5 [I]
  23. RewriteRule ^(.*)/article_cat-([0-9]+)-([0-9]+)(.*)\.html$ $1/article_cat\.php\?id=$2&page=$3 [I]
  24. RewriteRule ^(.*)/article_cat-([0-9]+)(.*)\.html$ $1/article_cat\.php\?id=$2 [I]
  25. RewriteRule ^(.*)/article-([0-9]+)(.*)\.html$ $1/article\.php\?id=$2 [I]
  26. RewriteRule ^(.*)/brand-([0-9]+)-c([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)\.html $1/brand\.php\?id=$2&cat=$3&page=$4&sort=$5&order=$6 [I]
  27. RewriteRule ^(.*)/brand-([0-9]+)-c([0-9]+)-([0-9]+)(.*)\.html $1/brand\.php\?id=$2&cat=$3&page=$4 [I]
  28. RewriteRule ^(.*)/brand-([0-9]+)-c([0-9]+)(.*)\.html $1/brand\.php\?id=$2&cat=$3 [I]
  29. RewriteRule ^(.*)/brand-([0-9]+)(.*)\.html $1/brand\.php\?id=$2 [I]
  30. RewriteRule ^(.*)/tag-(.*)\.html $1/search\.php\?keywords=$2 [I]
  31. RewriteRule ^(.*)/snatch-([0-9]+)\.html$ $1/snatch\.php\?id=$2 [I]
  32. RewriteRule ^(.*)/group_buy-([0-9]+)\.html$ $1/group_buy\.php\?act=view&id=$2 [I]
  33. RewriteRule ^(.*)/auction-([0-9]+)\.html$ $1/auction\.php\?act=view&id=$2 [I]
复制代码


整个伪静态是官方的!!求指点

* 二、IIS 服务器
1、首先请进入以下网址 http://www.helicontech.com/download/,下载免费版的
ISAPI_Rewrite组件:ISAPI_Rewrite Lite ( freeware )。如果您仅仅是测试用途使用
这个就足够了,如果您是商业应用建议您购买完整版的 ISAPI_Rewrite Full。

如果您无法访问以上网址,您也可以到我们的网站上下载:http://www.ecshop.com

2、点击下载到本地的文件 isapi_rwl_x86_0064.msi (该文件名和您下载的版本有关)
进行安装,安装成功之后进入安装目录(默认在
C:/Program Files/Helicon/ISAPI_Rewrite)找到httpd.ini文件,点击右键将文件只读
属性去掉。然后进入: 开始菜单->程序->Helicon->ISAPI_Rewrite->httpd.ini,
点击打开 httpd.ini 文件。

3、复制下面的内容到httpd.ini文件

4、保存 httpd.ini,进入 ecshop 管理中心->商店设置,将 URL 重写设置为启用。

-----------------------------------------------
您是按照以上的步骤进行的么?

对的,我的伪静态已经可以用了,只是只有两个连接不能用,显示的链接地址为

  1. http://www.eubuy.cn/category-57-b0-%E6%8A%A4%E8%82%A4%E7%BE%8E%E7%99%BD.html?sort=last_update&order=DESC&category=57&display=grid&brand=0&price_min=0&price_max=0&filter_attr=&page=1
复制代码


http://www.eubuy.cn/category-57- ... filter_attr=&page=1

参数在html的后面,和伪静态里面的规则无一匹配,自然就找不到这个页面!!!

# 请将下面的语句前的#号去掉,并将(?:www\.)?site1\.com改为商店所在域名

#RewriteCond %{HTTP:Host} (?:www\.)?site1\.com

我这个网站绑定了两个域名,怎么办??

从后台把商品列表goods_list.lbi调出来改一下

找到
<form method="get" action="#" class="sort" name="listform">
或者类似语句
改为:
<form method="post" action="/category.php" class="sort" name="listform">
或者类似语句

OK 显示方式 都能出来了!

谢谢,我试试

谢谢,现在好了!~!!


的确有这样的问题,能解决吗?

原帖由 seawind 于 2008-12-17 10:10 发表
从后台把商品列表goods_list.lbi调出来改一下

找到

或者类似语句
改为:

或者类似语句

OK 显示方式 都能出来了!


我的网站:www.gdkangmei.com 在品牌下的商品列表也不管用,请问ECSHOP的技术人员,有什么好的方法解决?点击显示方式切换,就自然回到首页的。如点击这个链接:http://www.gdkangmei.com/brand-1-c0.html


目前还没遇到这样问题。


楼主网站不错。学习学习。


-------------------------------------------------------------------------------------------------
浙江佳丽网 [beta]
http://www.zjlady.com/

如果要彻底的解决,还是从IIS的rewrite规则上来解决!
这个问题以前替一个用户排查解决过。
8楼的方法只是针对性的解决方案!