ecshop web.config伪静态规则

    文章来源:万象互联 更新时间:2016-8-5 14:21:57
分享:

ecshop web.config伪静态规则

01<?xml version="1.0" encoding="UTF-8"?>
02<configuration>
03    <system.webServer>
04<rewrite>
05             <rules>
06               <rule name="Goods" stopProcessing="true">
07                      <match url="^goods-([0-9] ).html" />
08                      <action type="Rewrite" url="goods.php?id={R:1}" />
09                 </rule>
10                 <rule name="Feed" stopProcessing="true">
11                     <match url="^feed.xml" />
12                     <action type="Rewrite" url="feed.php"  />
13                 </rule>
14                 <rule name="Feed-C" stopProcessing="true">
15                     <match url="^feed-c([0-9] ).xml" />
16                     <action type="Rewrite" url="feed.php?cat={R:1}"  />
17                 </rule>
18                 <rule name="Feed-B" stopProcessing="true">
19                     <match url="^feed-b([0-9] ).xml" />
20                     <action type="Rewrite" url="feed.php?brand={R:1}"  />
21                 </rule>
22     <rule name="Articles" stopProcessing="true">
23                     <match url="^article-([0-9] ).html" />
24                     <action type="Rewrite" url="article.php?id={R:1}"  />
25                 </rule>
26                 <rule name="Search" stopProcessing="true">
27                     <match url="^tag-([_0-9a-z-] ).html" />
28                     <action type="Rewrite" url="search.php?keywords={R:1}"  />
29                 </rule>
30                 <rule name="Snatch" stopProcessing="true">
31                     <match url="^snatch-([0-9] ).html" />
32                     <action type="Rewrite" url="snatch.php?id={R:1}"  />
33                 </rule>
34                 <rule name="Group_Buy" stopProcessing="true">
35                     <match url="^group_buy-([0-9] ).html" />
36                     <action type="Rewrite" url="group_buy.php?act=view&amp;id={R:1}"  />
37                 </rule>
38                 <rule name="Auction" stopProcessing="true">
39                     <match url="^auction-([0-9] ).html" />
40                     <action type="Rewrite" url="auction.php?act=view&amp;id={R:1}"  />
41                 </rule>
42                 <rule name="Brand1" stopProcessing="true">
43                     <match url="^brand-([0-9] ).html" />
44                     <action type="Rewrite" url="brand.php?id={R:1}"  />
45                 </rule>
46                 <rule name="Brand2" stopProcessing="true">
47                     <match url="^brand-([0-9] )-c([0-9] ).html" />
48                     <action type="Rewrite" url="brand.php?id={R:1}&amp;cat={R:2}"  />
49                 </rule>
50                 <rule name="Brand3" stopProcessing="true">
51                     <match url="^brand-([0-9] )-c([0-9] )-([0-9] ).html" />
52                     <action type="Rewrite" url="brand.php?id={R:1}&amp;cat={R:2}&amp;page={R:3}"  />
53                 </rule>
54                 <rule name="Brand4" stopProcessing="true">
55                     <match url="^brand-([0-9] )-c([0-9] )-([0-9] )-(. )-([_0-9a-z-] ).html" />
56                     <action type="Rewrite" url="brand.php?id={R:1}&amp;cat={R:2}&amp;page={R:3}&amp;sort={R:4}&amp;order={R:5}"  />
57                 </rule>
58                 <rule name="Cat1" stopProcessing="true">
59                     <match url="^article_cat-([0-9] ).html" />
60                     <action type="Rewrite" url="article_cat.php?id={R:1}"  />
61                 </rule>
62                 <rule name="Cat2" stopProcessing="true">
63                     <match url="^article_cat-([0-9] )-([0-9] ).html" />
64                     <action type="Rewrite" url="article_cat.php?id={R:1}&amp;page={R:2}"  />
65                 </rule>
66                 <rule name="Cat3" stopProcessing="true">
67                     <match url="^article_cat-([0-9] )-([0-9] )-(. )-([_0-9a-z-] ).html" />
68                     <action type="Rewrite" url="article_cat.php?id={R:1}&amp;page={R:2}&amp;sort={R:3}&amp;order={R:4}"  />
69                 </rule>
70                 <rule name="Category1" stopProcessing="true">
71                     <match url="^category-([0-9] ).html" />
72                     <action type="Rewrite" url="category.php?id={R:1}"  />
73                 </rule>
74                 <rule name="Category2" stopProcessing="true">
75                     <match url="^category-([0-9] )-b([0-9] ).html" />
76                     <action type="Rewrite" url="category.php?id={R:1}&amp;brand={R:2}"  />
77                 </rule>
78                 <rule name="Category3" stopProcessing="true">
79                     <match url="^category-([0-9] )-b([0-9] )-([0-9] ).html" />
80                     <action type="Rewrite" url="category.php?id={R:1}&amp;brand={R:2}&amp;page={R:3}"  />
81                 </rule>
82                 <rule name="Category4" stopProcessing="true">
83                     <match url="^category-([0-9] )-b([0-9] )-([0-9] )-(. )-([_0-9a-z-] ).html" />
84                     <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}"  />
85                 </rule>
86                 <rule name="Category5" stopProcessing="true">
87                     <match url="^category-([0-9] )-b([0-9] )-min([0-9] )-max([0-9] )-attr([_0-9a-z-] ).html" />
88                     <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}"  />
89                 </rule>
90                 <rule name="Category6" stopProcessing="true">
91                     <match url="^category-([0-9] )-b([0-9] )-min([0-9] )-max([0-9] )-attr([_0-9a-z-] )-([0-9] )-(. )-([_0-9a-z-] ).html" />
92                     <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}"  />
93                 </rule>
94    </rules>
95         </rewrite>
96 </system.webServer>
97</configuration>

 把以上ecshop web.config伪静态规则写入到web.config文件中,上传到网站wwwroot下面。网站后台开启伪静态就可以了。

版权说明:本站原创文章,由万象互联SEO优化发表.
本文地址:https://www.hulian.top/zixun/post/8143.html
在线咨询
  • 在线时间
  • 8:00-21:00