Emlog IIS7.5伪静态

2017年8月11日

Finally

emlog IIS 伪静态

  1. 首页
  2. emlog
  3. Emlog IIS7.5伪静态
14条评论 收藏

Emlog IIS7.5伪静态

Emlog IIS7.5伪静态

虽然我不用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>

复制这段代码,保存 web.config 上传到网站根目录(亲测可用!前提环境支持web.config)

  • 打赏支付宝扫一扫
  • 打赏微信扫一扫
  • 打赏企鹅扫一扫

本文标签: emlog IIS 伪静态

版权声明:若无特殊注明,本文皆为《Finally》原创,转载请保留文章出处。

本文链接:Emlog IIS7.5伪静态 - https://emlog.jiaozi.pro/emlog_iis7.html

发表评论

发表评论

评论:11条评论

  • 清夜 Lv.1 评论于 四川省 移动数据上网公共出口
    亲测可用!
    感谢分享!
  • 脚后跟 Lv.1 评论于 贵州省铜仁市 电信
    防守对方斯蒂芬豆腐
  • goodboy Lv.1 评论于 四川省成都市 电信
    defa50a6a40c44e0e852d1fdf00be3fc看看
  • w4ctech Lv.1 评论于 浙江省杭州市 电信
    <?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>
  • 邻家小猪 Lv.1 评论于 四川省绵阳市 电信
    表情 写得好好哟,我要给你生猴子!
个人中心
今日签到
搜索