这是目前本站的web.config配置文件内容,做了301重定向以及伪静态
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
<?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <rewrite> <rules> <rule name="/ Z-BlogPHP Imported Rule" stopProcessing="true"> <match url="^.*?" ignoreCase="false" /> <conditions logicalGrouping="MatchAll"> <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" /> <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" /> </conditions> <action type="Rewrite" url="index.php/{R:0}" /> </rule> <rule name="/ Z-BlogPHP Imported Rule index.php" stopProcessing="true"> <match url="^index.php/.*?" ignoreCase="false" /> <conditions logicalGrouping="MatchAll"> <add input="{REQUEST_FILENAME}" matchType="IsFile" /> </conditions> <action type="Rewrite" url="index.php/{R:0}" /> </rule> <rule name="WWW Redirect" stopProcessing="true"> <match url=".*" /> <conditions> <add input="{HTTP_HOST}" pattern="^machunjie.com$" /> </conditions> <action type="Redirect" url="http://www.machunjie.com/{R:0}" redirectType="Permanent" /> </rule> </rules> </rewrite> </system.webServer> </configuration> |
本文最后更新于2019年5月21日,已超过 1 年没有更新,如果文章内容或图片资源失效,请留言反馈,我们会及时处理,谢谢!
你有没有群组或者什么的,这里讨论太麻烦了
这个 只能 ipad 用吗,在 iphone 上都配置好了,安装软件的时候出现:此团队中没有带有请求标识符的配置配置文件。
请问,这个SideServer是不是只能用苹果电脑装啊,手上没有苹果电脑怎么办呀!
棒诶
大佬研究一下猩红,我装也也会掉
不是很理解,自己手机导出的ipa?意思是必须用手机下载的才行吗?
从github下载的windows下载,解压找到你说的@后面的内容,修改名字上传,再安装
已经改成zip解压后查看,按照你的提示,把下载下来的ipa改成Alock@net.darkce.app-locker.ipa这样后上传再安装,还是提示无法安装此app,因为无法验证其完整性。