【急求救】伪静态下,商品筛选、显示方式、下一页不起作用

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

找了很多帖子,都是问问题,没解决办法啊!

www。mtz999。com/category-1-b0.html 请高手帮忙看看这页面,点价格区间1-99 等这些都是显示全部商品,点 QQ截图20120102155318.jpg 另外两种显示方式都是404页面,点下一页,第二页都没有作用,还在第一页。

我是iis,我的httpd.ini如下:
  1. [ISAPI_Rewrite]
  2. # ECSHOP

  3. RewriteRule /index.html /index.php
  4. RewriteRule /default.html /index.php
  5. RewriteRule /ecshop/feed.xml /ecshop/feed.php
  6. #RewriteRule /ecshop/category-([0-9]+)-b([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*)\.html$

  7. /ecshop/category.php?id=$1&brand=$2&page=$3&sort=$4&order=$5
  8. RewriteRule ^(.*)/category-([0-9]+)-b([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*)\.html$

  9. $1/category\.php\?id=$2&brand=$3&page=$4&sort=$5&order=$6
  10. #RewriteRule /ecshop/category-([0-9]+)-b([0-9]+)-([0-9]+)(.*)\.html$ /ecshop/category.php?

  11. id=$1&brand=$2&page=$3
  12. RewriteRule ^(.*)/category-([0-9]+)-b([0-9]+)-([0-9]+)(.*)\.html$ $1/category\.php\?

  13. id=$2&brand=$3&page=$4
  14. #RewriteRule /ecshop/category-([0-9]+)-b([0-9]+)(.*)\.html$ /ecshop/category.php?

  15. id=$1&brand=$2
  16. RewriteRule ^(.*)/category-([0-9]+)-b([0-9]+)(.*)\.html$ $1/category\.php\?id=$2&brand=$3
  17. #RewriteRule /ecshop/category-([0-9]+)(.*)\.html$ /ecshop/category.php?id=$1
  18. RewriteRule ^(.*)/category-([0-9]+)(.*)\.html$ $1/category\.php\?id=$2
  19. #RewriteRule /ecshop/goods-([0-9]+)(.*)\.html$ /ecshop/goods.php?id=$1
  20. RewriteRule ^(.*)/goods-([0-9]+)(.*)\.html$ $1/goods\.php\?id=$2

  21. #RewriteRule /ecshop/article_cat-([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*)\.html$

  22. /ecshop/article_cat.php?id=$1&page=$2&sort=$3&order=$4
  23. RewriteRule ^(.*)/article_cat-([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*)\.html$

  24. $1/article_cat\.php\?id=$2&page=$3&sort=$4&order=$5
  25. #RewriteRule /ecshop/article_cat-([0-9]+)-([0-9]+)(.*)\.html$ /ecshop/article_cat.php?

  26. id=$1&page=$2
  27. RewriteRule ^(.*)/article_cat-([0-9]+)-([0-9]+)(.*)\.html$ $1/article_cat\.php\?

  28. id=$2&page=$3
  29. #RewriteRule /ecshop/article_cat-([0-9]+)(.*)\.html$ /ecshop/article_cat.php?id=$1
  30. RewriteRule ^(.*)/article_cat-([0-9]+)(.*)\.html$ $1/article_cat\.php\?id=$2
  31. #RewriteRule /ecshop/article-([0-9]+)(.*)\.html$ /ecshop/article.php?id=$1
  32. RewriteRule ^(.*)/article-([0-9]+)(.*)\.html$ $1/article\.php\?id=$2
  33. #RewriteRule /ecshop/brand-([0-9]+)-c([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)\.html

  34. /ecshop/brand.php?id=$1&cat=$2&page=$3&sort=$4&order=$5
  35. RewriteRule ^(.*)/brand-([0-9]+)-c([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*)\.html

  36. $1/brand\.php\?id=$2&cat=$3&page=$4&sort=$5&order=$6
  37. #RewriteRule /ecshop/brand-([0-9]+)-c([0-9]+)-([0-9]+)(.*)\.html /ecshop/brand.php?

  38. id=$1&cat=$2&page=$3
  39. RewriteRule ^(.*)/brand-([0-9]+)-c([0-9]+)-([0-9]+)(.*)\.html $1/brand\.php\?

  40. id=$2&cat=$3&page=$4
  41. #RewriteRule /ecshop/brand-([0-9]+)-c([0-9]+)(.*)\.html /ecshop/brand.php?id=$1&cat=$2
  42. RewriteRule ^(.*)/brand-([0-9]+)-c([0-9]+)(.*)\.html $1/brand\.php\?id=$2&cat=$3
  43. #RewriteRule /ecshop/brand-([0-9]+)(.*)\.html /ecshop/brand.php?id=$1
  44. RewriteRule ^(.*)/brand-([0-9]+)(.*)\.html $1/brand\.php\?id=$2
  45. #RewriteRule /ecshop/tag-(.*)\.html /ecshop/search.php?keywords=$1
  46. RewriteRule ^(.*)/tag-(.*)\.html $1/search\.php\?keywords=$2


  47. RewriteRule ^seckill.html$ seckill\.php [QSA,L]
  48. RewriteRule ^seckill-([0-9]+)\.html$ seckill\.php\?act=view&id=$1 [QSA,L]





  49. # 3600 = 1 hour
  50. CacheClockRate 3600

  51. RepeatLimit 32

  52. # Protect httpd.ini and httpd.parse.errors files
  53. # from accessing through HTTP
  54. RewriteRule ^(.*)/t(.+)\.html(\?(.*))*$ $1/portal\.php\?mod=topic&topic=$2&$4
  55. RewriteRule ^(.*)/f(\w+)([0-9]+)\.html(\?(.*))*$ $1/forum\.php\?

  56. mod=forumdisplay&fid=$2&page=$3&$5
  57. RewriteRule ^(.*)/h([0-9]+)([0-9]+)([0-9]+)\.html(\?(.*))*$ $1/forum\.php\?

  58. mod=viewthread&tid=$2&extra=page\%3D$4&page=$3&$6
  59. RewriteRule ^(.*)/g([0-9]+)([0-9]+)\.html(\?(.*))*$ $1/forum\.php\?

  60. mod=group&fid=$2&page=$3&$5
  61. RewriteRule ^(.*)/s(username|uid)(.+)\.html(\?(.*))*$ $1/home\.php\?mod=space&$2=$3&$5
  62. RewriteRule ^(.*)/(fid|tid)([0-9]+)\.html(\?(.*))*$ $1/index\.php\?action=$2&value=$3&$5
  63. RewriteRule ^(.*)/group_buy-([0-9]+)\.html$

  64. $1/group_buy\.php\?act=view&id=$2 [I]




  65. #3600 = 1 hour

  66. CacheClockRate 3600

  67. RepeatLimit 32

  68. RewriteCond Host: ^gzmeijiu\.com$

  69. RewriteRule (.*) http\://www\.gzmeijiu\.com$1 [I,R]

  70. RepeatLimit 32

  71. RewriteCond Host: ^mtz999\.com$

  72. RewriteRule (.*) http\://www\.mtz999\.com$1 [I,R]
复制代码

回答:
现在觉得是服务器配置问题,有高人吗?