ppypp伦理天堂,91手机在线视频,免费在线观看黄色毛片,夜夜穞天天穞狠狠穞AV美女按摩

聯系官方銷售客服

1835022288

028-61286886

解決方案
  • 安裝URL重寫,根目錄儲存 web.config:

    <?xml version="1.0" encoding="UTF-8"?>
    <configuration>
        <system.webServer>
            <rewrite>
                <rules>
                    <rule name="已導入的規則 1" stopProcessing="true">
                        <match url=".(js|ico|gif|jpe?g|bmp|png|css)$" negate="true" />
                        <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" />
                    </rule>
                </rules>
            </rewrite>
        </system.webServer>
    </configuration>
    迅睿CMS插件制作、二次開發、模塊開發、網站建設、模板制作等業務
  • 還那么多人用iis,有條件還是可以切換為nginx,或者 apache,從兼容性方便都比較好些。

    資深開發者,承接定制功能、插件應用開發,請加qq留言聯系……
  • <?xml version="1.0" encoding="UTF-8"?>
    <configuration>
        <system.webServer>
            <rewrite>
                <rules>
                  <rule name="Imported Rule 1" stopProcessing="true">
                        <match url=".(js|ico|gif|jpe?g|bmp|png|css)$" negate="true" />
                        <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" />
                    </rule>
                </rules>
            </rewrite>
        </system.webServer>
    </configuration>
    QQ297055170,WX:Yangzguo86
  • 論壇搜索下就有