如果没有找到你需要的问题,随时联系我们
|
1.新建一个文本文件,重命名为web.config,复制下面的代码进去,然后把这个文件上传到网站根目录即可 <?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <rewrite> <rules> <rule name="ChineseURL" 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="chineseurl.php"/> </rule> </rules> </rewrite> </system.webServer> </configuration> |
Copyright © 2026 All Rights Reserved
湘ICP备16022455号
湘公网安备43310002000112号
已安全稳定运营:
友情连接:idc公司大全 | 备案号查询 |