東坡下載:內(nèi)容最豐富最安全的下載站!

首頁IT技術(shù)軟件教程 → wordpress rewrite iis7(wordpress在iis7下的重定向配置)

wordpress rewrite iis7(wordpress在iis7下的重定向配置)

相關(guān)文章發(fā)表評論 來源:本站整理時(shí)間:2018/5/31 14:22:18字體大。A-A+

更多

作者:專題點(diǎn)擊:73次評論:0次標(biāo)簽: iis7

<?xml version="1.0" encoding="UTF-8"?>

<!--

  For more information on how to configure your ASP.NET application, please visit

  http://go.microsoft.com/fwlink/?LinkId=169433

  -->

<configuration>

  <system.web>

    <compilation debug="true" targetFramework="4.5"/>

    <httpRuntime targetFramework="4.5"/>

  </system.web>

  <system.webServer>

    <rewrite>

      <rules><rule name="Main Rule" stopProcessing="true"><match url=".*"/><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"/></rule>

                <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>


擴(kuò)展知識

相關(guān)評論

閱讀本文后您有什么感想? 已有 人給出評價(jià)!

  • 2791 喜歡喜歡
  • 2101 頂
  • 800 難過難過
  • 1219 囧
  • 4049 圍觀圍觀
  • 5602 無聊無聊
熱門評論
最新評論
發(fā)表評論 查看所有評論(0)
昵稱:
表情: 高興 可 汗 我不要 害羞 好 下下下 送花 屎 親親
字?jǐn)?shù): 0/500 (您的評論需要經(jīng)過審核才能顯示)