万网伪静态页面分页问题!

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

大家帮我看一下网站分类目录下商品分类分页不成功是什么问题!我点第二页,还是显示第一页的内容的。。
这是怎么回事?帮忙

网址是: http://www.shunmao.net


<rule name="Category1" stopProcessing="true">
<match url="^category-([0-9]+).html" />
<action type="Rewrite" url="category.php?id={R:1}"/>
</rule>
<rule name="Category2" stopProcessing="true">
<match url="^category-([0-9]+)-b([0-9]+).html" />
<action type="Rewrite" url="category.php?id={R:1}&amp;brand={R:2}"/>
</rule>
<rule name="Category3" stopProcessing="true">
<match url="^category-([0-9]+)-b([0-9]+)-([0-9]+).html" />
<action type="Rewrite" url="category.php?id={R:1}&amp;brand={R:2}&amp;page={R:3}"/>
</rule>
<rule name="Category4" stopProcessing="true">
<match url="^category-([0-9]+)-b([0-9]+)-([0-9]+)-(.+)-([_0-9a-z-]+).html" />
<action type="Rewrite" url="category.php?id={R:1}&amp;brand={R:2}&amp;page={R:3}&amp;sort={R:4}&amp;order={R:5}"/>
</rule>
<rule name="Category5" stopProcessing="true">
<match url="^category-([0-9]+)-b([0-9]+)-min([0-9]+)-max([0-9]+)-attr([_0-9a-z-]+).html" />
<action type="Rewrite" url="category.php?id={R:1}&amp;brand={R:2}&amp;price_min={R:3}&amp;price_max={R:4}&amp;filter_attr={R:5}"/>
</rule>
<rule name="Category6" stopProcessing="true">
<match url="^category-([0-9]+)-b([0-9]+)-min([0-9]+)-max([0-9]+)-attr([^-]*)-([0-9]+)-(.+)-([a-zA-Z]+)(.*)\.html" />
<action type="Rewrite" url="category.php?id={R:1}&amp;brand={R:2}&amp;price_min={R:3}&amp;price_max={R:4}&amp;filter_attr={R:5}&amp;page={R:6}&amp;sort={R:7}&amp;order={R:8}"/>

</rule>

这些是分类的伪静态的代码,不知道哪里出了错,晓天帮忙看一下!

回答:
开始以为是你重写错误,但是后来仔细看了下,没有错。
出现错误的原因在
url="^category-([0-9]+)-b([0-9]+)-min([0-9]+)-max([0-9]+)-attr([_0-9a-z-]+).html" />

这个写错了

所以写这个需要非常小心,万网这是害人的啊。
别人都是提供正常的重写,他来这个~~。现在高级服务器使用的方法是,直接把重写规则放到更目录下就可以了和apache的方法一样的。(这个需要付费)不用这个方式也就算了,但是要不提供修改的服务,哎~~

应该怎么改呢?这些我都是在论坛拷贝进来的;不是很了解这些重写的··

^category-([0-9]+)-b([0-9]+)-min([0-9]+)-max([0-9]+)-attr([_0-9a-z-]+).html
这段就复制错了

<rule name="Category5" stopProcessing="true">
<match url="^category-([0-9]+)-b([0-9]+)-min([0-9]+)-max([0-9]+)-attr([^-]*)\.html" />
<action type="Rewrite" url="category.php?id={R:1}&amp;brand={R:2}&amp;price_min={R:3}&amp;price_max={R:4}&amp;filter_attr={R:5}"/>
</rule>

改成了这样,但是测试了还是不行,无法找到网页......

URLRewrite.txt对照了好多次,但是还是不行.....应该怎么改啊?

晓天大哥帮帮忙,帮我解决一下这个问题!

这个的更改需要非常仔细,要一点点的更改。
暂时看不出你哪里出错了

只是在商品分类下的商品分页的问题,就是点击下一页总是没反应,无法下一页这样,万网好麻烦啊......呜呜