服務熱線
xyhcms 行云海CMS在iis下的偽靜態 web.config 文件必須是utf8格式,內容如下:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<location path="." inheritInChildApplications="false">
<system.webServer>
<!--start-rewrite-->
<rewrite>
<rules>
<rule name="Rewrite to index.php" stopProcessing="true">
<match url="^(.*)$" />
<conditions logicalGrouping="MatchAll">
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
</conditions>
<action type="Rewrite" url="index.php/{R:1}" appendQueryString="true" />
</rule>
</rules>
</rewrite>
<!--end-rewrite-->
</system.webServer>
</location>
</configuration>
Copyright © 2021當前負載均衡線路【3】 | 版權所有 魯ICP備16043677號-2
QQ客服在線時間:周一至周六 AM 8-12點 PM 14-18點 19-21點 企業QQ:800881098

