iis下常用程序的伪静态规则列表(包括wordpress、thinkphp)

Mr.zhuMr.zhu2025-09-03 21:30:10来源:合川人才网 (cqhc.1001rcw.com)阅读:74

shopex discuz2.0 discuz2.5 discuz3.x 淘宝客 ecshop phpwind参照http://www.west.cn/faq/list.asp?unid=797通过主机面板设置即可

wordpress设置(系统不推荐Windows,如果可以更换为linux系统运行更稳定):

第一步:

 登陆wordpress后台,设置--固定链接--自定义结构,选择设置下URL格式。

第二步:

新建一个文件命名为:web.config,在里面写入以下规则,上传到wwwroot目录。

<?xml version="1.0" encoding="UTF-8"?>
  <configuration>
   <system.webServer>
     <rewrite>
       <rules>
         <rule name="URL" stopProcessing="true">
          <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>

Thinkphp伪静态规则:

 手工创建web.config文件到站点根目录

<?xml version="1.0" encoding="UTF-8"?>
   <configuration>
     <system.webServer>
       <rewrite>
         <rules>
            <rule name="Imported Rule 1" stopProcessing="true">
              <match url=".*\.(?:gif|jpg|png|css|js|txt|jpeg|swf|flv)" />
             <action type="Rewrite" url="{R:0}" />
           </rule>
            <rule name="Imported Rule 2">
             <match url="/httpd(?:\.ini|\.parse\.errors)" />
              <action type="CustomResponse" url="/" statusCode="403" statusReason="Forbidden" statusDescription="Forbidden" />
            </rule>
           <rule name="Imported Rule 3" stopProcessing="true">
              <match url="^(?!/index.php)(?!/admin.php)(.*)$" ignoreCase="false" />
              <conditions logicalGrouping="MatchAll">
              <add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" />
                <add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" />
              </conditions>
             <action type="Rewrite" url="/index.php/{R:1}" />
           </rule>
        </rules>
      </rewrite>
   </system.webServer>
</configuration>

猜你想看

张予曦壁纸|黑色的阿瓜
是不是合成牛肉,老屠夫教你一眼辨别,不花冤枉钱,买到鲜牛肉
就业指导专家:当前大学生求职存在三个“错配”
《女神异闻录 5:战略版》上线索尼 PS Store,预售 59.99 美元
离婚证补办去哪里办理
社保“断缴”的影响,你知道吗?
隐形车衣算不算智商税?
蛋糕店中的精品美食,现在在家就能做,100%纯手工营养更健康
倒车影像非常实用的3个功能,懂得能有效避免刮蹭,开车更安全
买回家的菜上会有新型病毒吗?举例教你避免病毒传播的正确方法
上班前不出门的SPA级护理,你也可以自己搞定
为什么你穿碎花裙显老、显土?学会这3个“搭配思路”,优雅高级
员工主动辞职的7个棘手问题
车停太久再启动,一定要先检查这几个地方!否则危险又伤车
公司发offer是什么意思?关于offer,找工作时你必须知道的3件事
还不清楚自己车油耗是多少?别糊涂了,告诉你一个技巧!
汽车充电要做好的准备-电线篇
农村养老保险和单位交的养老保险有冲突吗,都交了有什么影响?
《逆水寒手游》天火伏雷江湖技能获取攻略
服务条款

推荐站点