静态映射

静态映射设置:
静态映射测试技巧:
在这里插入图片描述
静态映射常用规则:

1.0 动态域名跳转:

http://apizxbeta.zhixuerj.com/public/platform/wxf159/event_notify.php
http://apizxbeta.zhixuerj.com/public/platform/event_notify.php?appid=wxf159

#三方平台推送事件/消息
RewriteRule ^public/platform/(.*)/event_notify.php$  http://%{SERVER_NAME}/public/platform/event_notify.php?appid=$1 [NC,P]

2.0 保留url原有GET参数

http://apizxbeta.zhixuerj.com/public/platform/wxf159/event_notify.php?a=1&b=2&c=3
http://apizxbeta.zhixuerj.com/public/platform/event_notify.php?appid=wxf159&a=1&b=2&c=3

#三方平台推送事件/消息
RewriteRule ^public/platform/(.*)/event_notify.php$  http://%{SERVER_NAME}/public/platform/event_notify.php?appid=$1&%{QUERY_STRING} [NC,P]

参考资料:
IIS 静态映射配置:https://www.cnblogs.com/tianxuan/p/4955602.html
基础知识:https://blog.csdn.net/chentaoxie/article/details/52425531
原理:https://www.cnblogs.com/adforce/archive/2012/11/23/2784664.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值