虽然我不用IIS,但是,还是有一些朋友用的这个,而且还老问我,虽然百度有,都是各式各样的,还有的用不了,我这里做个记号吧,方便以后用的时候难找,收藏一下吧。
<?xml version="1.0" encoding="UTF-8"?><configuration><system.webServer><rewrite><rules><rule name="OrgPage" stopProcessing="true"><match url="^(.*)$" /><conditions logicalGrouping="MatchAll"><add input="{HTTP_HOST}" pattern="^(.*)$" /><add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" /><add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" /></conditions><action type="Rewrite" url="index.php/{R:1}" /></rule></rules></rewrite></system.webServer></configuration>
文章作者:博客之家
文章標題:EMLOG IIS 伪静态
文章鏈接:https://www.likinming.com/post-2574.html
本站所有文章除特別聲明外,均採用 CC BY-NC-SA 4.0 許可協議,轉載請註明來自博客之家 !
文章標題:EMLOG IIS 伪静态
文章鏈接:https://www.likinming.com/post-2574.html
本站所有文章除特別聲明外,均採用 CC BY-NC-SA 4.0 許可協議,轉載請註明來自博客之家 !
