友价t5商城iis伪静态规则完整版,亲测可用,支持iis7.5

2022-04-08 0 1,282

友价t5商城伪静态规则,目前流通的源码里都是只带nginx和apache的伪静态规则,对于使用iis的用户就不太友好了,基于客户需求,牛站网络将nginx伪静态规则转换成了iis伪静态规则,只需把友价t5商城iis伪静态规规则上传配置即可正常访问,支持IIS7.5,全网,亲测可用!

以下为规则详情:

[erphpdown]

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<clear />
<rule name="tool.apizl.com rewriteTools6" patternSyntax="ECMAScript" stopProcessing="false">
<match url="^(.*)http://eduw.net.cn/1" ignoreCase="false" />

<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="[L,R=301]" appendQueryString="false" />
</rule><rule name="tool.apizl.com rewriteTools7" patternSyntax="ECMAScript" stopProcessing="false">
<match url="^(.*)/search(.*).html" ignoreCase="false" />

<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="/{R:1}/index.php\?str={R:2}" appendQueryString="false" />
</rule><rule name="tool.apizl.com rewriteTools8" patternSyntax="ECMAScript" stopProcessing="false">
<match url="^(.*)/view([0-9]*).html" ignoreCase="false" />

<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="/{R:1}/view.php\?id={R:2}" appendQueryString="false" />
</rule><rule name="tool.apizl.com rewriteTools9" patternSyntax="ECMAScript" stopProcessing="false">
<match url="^(.*)/(.*)list(.*).html" ignoreCase="false" />

<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="/{R:1}/{R:2}list.php\?str={R:3}" appendQueryString="false" />
</rule><rule name="tool.apizl.com rewriteTools10" patternSyntax="ECMAScript" stopProcessing="false">
<match url="^(.*)/(.*)view(.*).html" ignoreCase="false" />

<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="/{R:1}/{R:2}view.php\?id={R:3}" appendQueryString="false" />
</rule><rule name="tool.apizl.com rewriteTools11" patternSyntax="ECMAScript" stopProcessing="false">
<match url="^product/([0-9]*).html(.*)" ignoreCase="false" />

<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="/product/view.php\?id={R:1}" appendQueryString="false" />
</rule><rule name="tool.apizl.com rewriteTools12" patternSyntax="ECMAScript" stopProcessing="false">
<match url="vip(.*)" ignoreCase="false" />

<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="/shop/view.php\?str={R:1}" appendQueryString="false" />
</rule><rule name="tool.apizl.com rewriteTools15" patternSyntax="ECMAScript" stopProcessing="true">
<match url="upload/(.*).(PHP)" ignoreCase="false" />

<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="" appendQueryString="false" />
</rule><rule name="tool.apizl.com rewriteTools16" patternSyntax="ECMAScript" stopProcessing="true">
<match url="upload/(.*).(asp)" ignoreCase="false" />

<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="" appendQueryString="false" />
</rule><rule name="tool.apizl.com rewriteTools17" patternSyntax="ECMAScript" stopProcessing="true">
<match url="upload1/(.*).(php)" ignoreCase="false" />

<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="" appendQueryString="false" />
</rule><rule name="tool.apizl.com rewriteTools18" patternSyntax="ECMAScript" stopProcessing="true">
<match url="upload1/(.*).(asp)" ignoreCase="false" />

<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="" appendQueryString="false" />
</rule><rule name="tool.apizl.com rewriteTools19" patternSyntax="ECMAScript" stopProcessing="true">
<match url="upload2/(.*).(php)" ignoreCase="false" />

<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="" appendQueryString="false" />
</rule><rule name="tool.apizl.com rewriteTools20" patternSyntax="ECMAScript" stopProcessing="true">
<match url="upload2/(.*).(asp)" ignoreCase="false" />

<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="" appendQueryString="false" />
</rule><rule name="tool.apizl.com rewriteTools21" patternSyntax="ECMAScript" stopProcessing="true">
<match url="upload3/(.*).(php)" ignoreCase="false" />

<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="" appendQueryString="false" />
</rule><rule name="tool.apizl.com rewriteTools22" patternSyntax="ECMAScript" stopProcessing="true">
<match url="upload3/(.*).(asp)" ignoreCase="false" />

<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="" appendQueryString="false" />
</rule><rule name="tool.apizl.com rewriteTools23" patternSyntax="ECMAScript" stopProcessing="true">
<match url="ad/(.*).(asp)" ignoreCase="false" />

<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="–" appendQueryString="false" />
</rule><rule name="tool.apizl.com rewriteTools24" patternSyntax="ECMAScript" stopProcessing="true">
<match url="ad/(.*).(php)" ignoreCase="false" />

<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="–" appendQueryString="false" />
</rule><rule name="tool.apizl.com rewriteTools25" patternSyntax="ECMAScript" stopProcessing="true">
<match url="gg/(.*).(asp)" ignoreCase="false" />

<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="–" appendQueryString="false" />
</rule><rule name="tool.apizl.com rewriteTools26" patternSyntax="ECMAScript" stopProcessing="true">
<match url="gg/(.*).(php)" ignoreCase="false" />

<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="–" appendQueryString="false" />
</rule><rule name="tool.apizl.com rewriteTools27" patternSyntax="ECMAScript" stopProcessing="true">
<match url="uploadfile/(.*).(php)" ignoreCase="false" />

<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="" appendQueryString="false" />
</rule><rule name="tool.apizl.com rewriteTools28" patternSyntax="ECMAScript" stopProcessing="true">
<match url="uploadfile/(.*).(asp)" ignoreCase="false" />

<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="" appendQueryString="false" />
</rule><rule name="tool.apizl.com rewriteTools29" patternSyntax="ECMAScript" stopProcessing="true">
<match url="userphoto/(.*).(php)" ignoreCase="false" />

<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="" appendQueryString="false" />
</rule><rule name="tool.apizl.com rewriteTools30" patternSyntax="ECMAScript" stopProcessing="true">
<match url="userphoto/(.*).(asp)" ignoreCase="false" />

<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="" appendQueryString="false" />
</rule><rule name="tool.apizl.com rewriteTools31" patternSyntax="ECMAScript" stopProcessing="true">
<match url="attached/(.*).(php)" ignoreCase="false" />

<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="" appendQueryString="false" />
</rule><rule name="tool.apizl.com rewriteTools32" patternSyntax="ECMAScript" stopProcessing="true">
<match url="attached/(.*).(asp)" ignoreCase="false" />

<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="" appendQueryString="false" />
</rule><rule name="tool.apizl.com rewriteTools33" patternSyntax="ECMAScript" stopProcessing="true">
<match url="img/(.*).(php)" ignoreCase="false" />

<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="" appendQueryString="false" />
</rule><rule name="tool.apizl.com rewriteTools34" patternSyntax="ECMAScript" stopProcessing="true">
<match url="img/(.*).(asp)" ignoreCase="false" />

<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="" appendQueryString="false" />
</rule><rule name="tool.apizl.com rewriteTools35" patternSyntax="ECMAScript" stopProcessing="true">
<match url="upload/(.*).(php)" ignoreCase="false" />

<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="–" appendQueryString="false" />
</rule><rule name="tool.apizl.com rewriteTools36" patternSyntax="ECMAScript" stopProcessing="true">
<match url="config/ueditor_mini/php/upload/(.*).(php)" ignoreCase="false" />

<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="–" appendQueryString="false" />
</rule><rule name="tool.apizl.com rewriteTools37" patternSyntax="ECMAScript" stopProcessing="true">
<match url="config/ueditor_mini/php/upload/(.*).(asp)" ignoreCase="false" />

<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="–" appendQueryString="false" />
</rule><rule name="tool.apizl.com rewriteTools38" patternSyntax="ECMAScript" stopProcessing="true">
<match url="config/ueditor/php/upload/(.*).(php)" ignoreCase="false" />

<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="–" appendQueryString="false" />
</rule><rule name="tool.apizl.com rewriteTools39" patternSyntax="ECMAScript" stopProcessing="true">
<match url="config/ueditor/php/upload/(.*).(asp)" ignoreCase="false" />

<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="–" appendQueryString="false" />
</rule><rule name="tool.apizl.com rewriteTools40" patternSyntax="ECMAScript" stopProcessing="true">
<match url="homeimg/(.*).(php)" ignoreCase="false" />

<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="–" appendQueryString="false" />
</rule><rule name="tool.apizl.com rewriteTools41" patternSyntax="ECMAScript" stopProcessing="true">
<match url="homeimg/(.*).(asp)" ignoreCase="false" />

<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="–" appendQueryString="false" />
</rule><rule name="tool.apizl.com rewriteTools42" patternSyntax="ECMAScript" stopProcessing="true">
<match url="js/(.*).(php)" ignoreCase="false" />

<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="–" appendQueryString="false" />
</rule><rule name="tool.apizl.com rewriteTools43" patternSyntax="ECMAScript" stopProcessing="true">
<match url="js/(.*).(asp)" ignoreCase="false" />

<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="–" appendQueryString="false" />
</rule><rule name="tool.apizl.com rewriteTools44" patternSyntax="ECMAScript" stopProcessing="true">
<match url="css/(.*).(php)" ignoreCase="false" />

<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="–" appendQueryString="false" />
</rule><rule name="tool.apizl.com rewriteTools45" patternSyntax="ECMAScript" stopProcessing="true">
<match url="css/(.*).(asp)" ignoreCase="false" />

<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="–" appendQueryString="false" />
</rule>
</rules>
</rewrite>
<httpErrors>

</httpErrors>
</system.webServer>
</configuration>

[/erphpdown]

1. 本站所有资源来源于用户上传和网络,因此不包含技术服务请大家谅解!如有侵权请邮件联系客服!cheeksyu@vip.qq.com
2. 本站不保证所提供下载的资源的准确性、安全性和完整性,资源仅供下载学习之用!如有链接无法下载、失效或广告,请联系客服处理!
3. 您必须在下载后的24个小时之内,从您的电脑中彻底删除上述内容资源!如用于商业或者非法用途,与本站无关,一切后果请用户自负!
4. 如果您也有好的资源或教程,您可以投稿发布,成功分享后有积分奖励和额外收入!
5.严禁将资源用于任何违法犯罪行为,不得违反国家法律,否则责任自负,一切法律责任与本站无关

源码下载

发表评论
暂无评论