新版的宝塔Windows版,由软件面板改成了web面板,IIS的伪静态规则文件也有所变化。不是根目录下的web.config了
首先进入宝塔控制面板,找到网站管理。点击设置,找到伪静态。
小旋风站群的伪静态规则如下:
<rule name=\"xxfseo\" stopProcessing=\"true\"> <match url=\"(.*)$\" /> <conditions logicalGrouping=\"MatchAll\"> <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}\" appendQueryString=\"true\" /> </rule>
© 版权声明
THE END
暂无评论内容