|
|
发表于 2017-7-14 19:54:46
|
显示全部楼层
<rule name="sanree_brand_home">
<match url="^(.*/)*brand.html\?*(.*)$" />
<action type="Rewrite" url="{R:1}/plugin.php\?id=sanree_brand&{R:2}" />
</rule>
<rule name="sanree_brand_cate">
<match url="^(.*/)*brand-index-([0-9]+)-([0-9]+)-([0-9]+)-([0-9]+).html\?*(.*)$" />
<action type="Rewrite" url="{R:1}/plugin.php\?id=sanree_brand&mod=list&tid={R:2}&did={R:3}&filter={R:4}&listmode={R:5}&{R:6}" />
</rule>
<rule name="sanree_brand_item">
<match url="^(.*/)*brand-(.+)-([0-9]+).html\?*(.*)$" />
<action type="Rewrite" url="{R:1}/plugin.php\?id=sanree_brand&mod={R:2}&tid={R:3}&{R:4}" />
</rule>
<rule name="sanree_brand_short">
<match url="^(.*/)*b/([0-9]+).html\?*(.*)$" />
<action type="Rewrite" url="{R:1}/plugin.php\?id=sanree_brand&mod=brandno&tid={R:2}&{R:3}" />
</rule> |
|