你的浏览器禁用了JavaScript, 请开启后刷新浏览器获得更好的体验!
输入关键字进行搜索
搜索:
没有找到相关结果
FiveSay - 成武
赞同来自: 糖古屋
<configuration> <system.webServer> <defaultDocument> <files> <clear /> <add value="index.php" /> <add value="default.aspx" /> <add value="Default.htm" /> <add value="Default.asp" /> <add value="index.htm" /> <add value="index.html" /> </files> </defaultDocument> <handlers accessPolicy="Read, Execute, Script" /> <rewrite> <rules> <rule name="Imported Rule 2" stopProcessing="true"> <match url="^(.*)$" 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>
wuangv - you win
糖古屋
赞同来自: FiveSay
赞同来自:
要回复问题请先登录或注册
you win
4 个回复
FiveSay - 成武
赞同来自: 糖古屋
如果非要自己写的话,可以尝试一下这个:
wuangv - you win
赞同来自: 糖古屋
糖古屋
赞同来自: FiveSay
wuangv - you win
赞同来自: