
我一直安装不了,又很想学习,伪静态vps服务器技术员说“需要进系统里面导入规则。规则是您的网站程序方提供的 ,”
我应该怎么做,请技术员支持,
									官方出了教程了 https://www.kancloud.cn/php168/x1
web.config里加这个
 <rewrite>
 <rules>
 <rule name="OrgPage" stopProcessing="true">
 <match url="^(.*)$" />
 <conditions logicalGrouping="MatchAll">
 <add input="{HTTP_HOST}" pattern="^(.*)$" />
 <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
 <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
 </conditions>
 <action type="Rewrite" url="index.php/{R:1}" />
 </rule>
 </rules>
 </rewrite>可以啊 我上次就是叫空间帮我设置伪静态的
IIS太难搞了
2,不要用记事本编辑,用可以编辑utf8的编辑器