【急求救】伪静态下,商品价格筛选和显示方式不起作用

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

伪静态下,商品价格筛选和显示方式不起作用。不设置伪静态都可以的,已经试过了!
一、价格筛选根据论坛里“zhangyh ”的帖子:http://bbs.ecshop.com/thread-158197-1-1.html修改过。点了任何价格区间还是显示全部商品,动态下正常。

二、显示方式 QQ截图20120101201839.jpg 这里其他两种方式点了都是404页面。

问题地址:http://www.mtz999.com/category-1-b0.html诚请各位高手帮忙解决。

贴下伪静态规则(是官方原封不动的)。

[ISAPI_Rewrite]
# ECSHOP

RewriteRule ^(.*)/index.html$ $1/index\.php[I]
RewriteRule ^(.*)/category$$1/index\.php[I]
RewriteRule ^(.*)/feed-c([0-9]+).xml$$1/feed\.php\?cat=$2 [I]
RewriteRule ^(.*)/feed-b([0-9]+).xml$$1/feed\.php\?brand=$2[I]
RewriteRule ^(.*)/feed-type([^-]+)\.xml$$1/feed\.php\?type=$2[I]
RewriteRule ^(.*)/feed.xml$$1/feed\.php[I]
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]
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]
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]
RewriteRule ^(.*)/category-([0-9]+)-b([0-9]+)-([0-9]+)(.*)\.html$

$1/category\.php\?id=$2&brand=$3&page=$4

[I]
RewriteRule ^(.*)/category-([0-9]+)-b([0-9]+)(.*)\.html$

$1/category\.php\?id=$2&brand=$3

[I]
RewriteRule ^(.*)/category-([0-9]+)(.*)\.html$

$1/category\.php\?id=$2[I]

RewriteRule ^(.*)/category-([0-9]+)-b([0-9]+)\.html(.*)$

$1/category\.php\?$4&id=$2&brand=$3

RewriteRule ^(.*)/goods-([0-9]+)(.*)\.html$

$1/goods\.php\?id=$2[I]
RewriteRule ^(.*)/article_cat-([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*)\.html$

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

$1/article_cat\.php\?id=$1&page=$2&keywords=$3