<?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <rewrite> <rules> <rule name="wordpress" patternSyntax="Wildcard"> <match url="*"/> <conditions> <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true"/> <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true"/> </conditions> <action type="Rewrite" url="index.php"/> </rule> </rules> </rewrite> </system.webServer> </configuration>
IIS环境下WordPress伪静态规则
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com 特别注意:本站所有转载文章言论不代表本站观点! 本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。未经允许不得转载:IDC资讯中心 » IIS环境下WordPress伪静态规则
相关推荐
-      Weblog Expert Lite 安装使用教程
-      hao123等网址导航断网后仍可访问的实现方法
-      在Framework2.0环境下运行3.5的代码
-      Xampp 中 apache 启动失效问题及解决
-      Windows 2008 上安装 ArcGIS Server
-      xampp中apache启动失效问题的分析
-      inetinfo.exe是什么进程 关于inetinfo.exe的介绍
-      Ubuntu Server 9.10 安装 Mono 2.4 运行环境