<?xml version="1.0" ?>
<rules>
<rule name="rewrite_admin_rewrite" stopProcessing="true">
<match url="admin/?(.*)"/>
<conditions>
<add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true"/>
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true"/>
</conditions>
<action type="Rewrite" url="admin/index.php" appendQueryString="true"/>
</rule>
<rule name="rewrite_api_rewrite" stopProcessing="true">
<match url="api/?(.*)"/>
<conditions>
<add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true"/>
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true"/>
</conditions>
<action type="Rewrite" url="api/index.php" appendQueryString="true"/>
</rule>
<rule name="rewrite_mobile_rewrite" stopProcessing="true">
<match url="mobile/?(.*)"/>
<conditions>
<add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true"/>
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true"/>
</conditions>
<action type="Rewrite" url="mobile/index.php" appendQueryString="true"/>
</rule>
<rule name="rewrite_rewrite" stopProcessing="true">
<match url="." ignoreCase="false"/>
<conditions>
<add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true"/>
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true"/>
</conditions>
<action type="Rewrite" url="index.php" appendQueryString="true"/>
</rule>
</rules>
ShopWind电商系统V3.x版IIS服务器下的伪静态规则
shopwind 更新于 安装使用 2023-03-28 02:15:28
最后编辑于
2023-03-28
02:15:28
0
1008
Re :
内容精选
-
ShopWind多商户旗舰版V4 安装部署流程
2023-03-11 17:37:46 3807
-
使用phpstudyPro发布网站到服务器后,使用相对地址的图片资源无法访问
2022-10-11 04:58:03 2837
-
ShopWind开源电商系统V3.4.2更新,新增主图视频
2022-09-08 17:01:22 3606
-
ShopWind V3.4.3 更新 | webIM 客服模块新体验
2022-08-31 10:28:59 4222
-
ShopWind开源电商系统V3.4.2优化更新,淘宝京东数据采集
2022-04-16 14:01:18 4117
-
ShopWind开源电商系统V3.4.1发布,新版支付接口支持原路返回
2022-02-16 14:01:18 3960
-
【教程】ShopWind开源电商系统 - 全新微信支付API v3接口配置
2022-01-04 00:48:00 3556
-
ShopWind开源电商系统微商城H5发布(uniapp-H5)
2021-12-24 17:20:14 3700
联系我们
-
关注公众号
系统更新,推送提醒 -
技术交流Q群
安装使用,开发交流