閱讀19 返回首頁    go 微軟 go Office


ecshop在windows 20008的II7環境下的web.config偽靜態設置

ecshop在windows 20008的II7環境下的web.config偽靜態設置如下:

值得注意的是url參數間是用& 而不是&

代碼如下:

<?xml version=”1.0″ encoding=”UTF-8″?>

<configuration>

<system.webServer>

<rewrite>

<rules>

<rule name=”Index” stopProcessing=”true”>

<match url=”^index.html” />

<action type=”Rewrite” url=”index.php” />

</rule>

<rule name=”Feed-C” stopProcessing=”true”>

<match url=”^feed-c([0-9]+).xml” />

<action type=”Rewrite” url=”feed.php?cat={R:1}” />

</rule>

<rule name=”Feed-B” stopProcessing=”true”>

<match url=”^feed-b([0-9]+).xml” />

<action type=”Rewrite” url=”feed.php?brand={R:1}” />

</rule>

<rule name=”Feed” stopProcessing=”true”>

<match url=”^feed.xml” />

<action type=”Rewrite” url=”feed.php” />

</rule>

<rule name=”Category6″ stopProcessing=”true”>

<match url=”^category-([0-9]+)-b([0-9]+)-min([0-9]+)-max([0-9]+)-attr([^-]*)-([0-9]+)-(.+)-([_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}&amp;page={R:6}&amp;sort={R:7}&amp;order={R:8}” />

</rule>

<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>

<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=”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=”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=”Category1″ stopProcessing=”true”>

<match url=”^category-([0-9]+).html” />

<action type=”Rewrite” url=”category.php?id={R:1}” />

</rule>

<rule name=”Goods” stopProcessing=”true”>

<match url=”^goods-([0-9]+).html” />

<action type=”Rewrite” url=”goods.php?id={R:1}” />

</rule>

<rule name=”Cat3″ stopProcessing=”true”>

<match url=”^article_cat-([0-9]+)-([0-9]+)-(.+)-([_0-9a-z-]+).html” />

<action type=”Rewrite” url=”article_cat.php?id={R:1}&amp;page={R:2}&amp;sort={R:3}&amp;order={R:4}” />

</rule>

<rule name=”Cat2″ stopProcessing=”true”>

<match url=”^article_cat-([0-9]+)-([0-9]+).html” />

<action type=”Rewrite” url=”article_cat.php?id={R:1}&amp;page={R:2}” />

</rule>

<rule name=”Cat1″ stopProcessing=”true”>

<match url=”^article_cat-([0-9]+).html” />

<action type=”Rewrite” url=”article_cat.php?id={R:1}” />

</rule>

<rule name=”Articles” stopProcessing=”true”>

<match url=”^article-([0-9]+).html” />

<action type=”Rewrite” url=”article.php?id={R:1}” />

</rule>

<rule name=”Brand4″ stopProcessing=”true”>

<match url=”^brand-([0-9]+)-c([0-9]+)-([0-9]+)-(.+)-([_0-9a-z-]+).html” />

<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}” />

</rule>

<rule name=”Brand3″ stopProcessing=”true”>

<match url=”^brand-([0-9]+)-c([0-9]+)-([0-9]+).html” />

<action type=”Rewrite” url=”brand.php?id={R:1}&amp;cat={R:2}&amp;page={R:3}” />

</rule>

<rule name=”Brand2″ stopProcessing=”true”>

<match url=”^brand-([0-9]+)-c([0-9]+).html” />

<action type=”Rewrite” url=”brand.php?id={R:1}&amp;cat={R:2}” />

</rule>

<rule name=”Brand1″ stopProcessing=”true”>

<match url=”^brand-([0-9]+).html” />

<action type=”Rewrite” url=”brand.php?id={R:1}” />

</rule>

<rule name=”Search” stopProcessing=”true”>

<match url=”^tag-([_0-9a-z-]+).html” />

<action type=”Rewrite” url=”search.php?keywords={R:1}” />

</rule>

<rule name=”Snatch” stopProcessing=”true”>

<match url=”^snatch-([0-9]+).html” />

<action type=”Rewrite” url=”snatch.php?id={R:1}” />

</rule>

<rule name=”Group_Buy” stopProcessing=”true”>

<match url=”^group_buy-([0-9]+).html” />

<action type=”Rewrite” url=”group_buy.php?act=view&amp;id={R:1}” />

</rule>

<rule name=”Auction” stopProcessing=”true”>

<match url=”^auction-([0-9]+).html” />

<action type=”Rewrite” url=”auction.php?act=view&amp;id={R:1}” />

</rule>

<rule name=”Exchange5″ stopProcessing=”true”>

<match url=”^exchange-id([0-9]+).html” />

<action type=”Rewrite” url=”exchange.php?id={R:1}&amp;act=view” />

</rule>

<rule name=”Exchange4″ stopProcessing=”true”>

<match url=”^exchange-([0-9]+)-min([0-9]+)-max([0-9]+)-([0-9]+)-(.+)-([_0-9a-z-]+).html” />

<action type=”Rewrite” url=”exchange.php?cat_id={R:1}&amp;integral_min={R:2}&amp;integral_max={R:3}&amp;page={R:4}&amp;sort={R:5}&amp;order={R:6}” />

</rule>

<rule name=”Exchange3″ stopProcessing=”true”>

<match url=”^exchange-([0-9]+)-([0-9]+)-(.+)-([_0-9a-z-]+).html” />

<action type=”Rewrite” url=”exchange.php?cat_id={R:1}&amp;page={R:2}&amp;sort={R:3}&amp;order={R:4}” />

</rule>

<rule name=”Exchange2″ stopProcessing=”true”>

<match url=”^exchange-([0-9]+)-([0-9]+).html” />

<action type=”Rewrite” url=”exchange.php?cat_id={R:1}&amp;page={R:2}” />

</rule>

<rule name=”Exchange1″ stopProcessing=”true”>

<match url=”^exchange-([0-9]+).html” />

<action type=”Rewrite” url=”exchange.php?cat_id={R:1}” />

</rule>

<rule name=”Topic” stopProcessing=”true”>

<match url=”^topic-([0-9]+).html” />

<action type=”Rewrite” url=”topic.php?topic_id={R:1}” />

</rule>

</rules>

</rewrite>

</system.webServer>

</configuration>

最後更新:2017-01-04 22:34:55

  上一篇:go 如何修改PHP的memory_limit限製
  下一篇:go IIS限製附件大小無法上傳問題解決