求助:twcms2.0伪静态,唯独首页不能伪静态,其他正常求帮助
求大神指点下,我的是IIS7.5的。。我先说情况吧,,
我在开动态的时候,没开伪静态
首页既然可以以index.html打开.
列表的index.php?cate--cid-2.html
内容的:index.php?show--cid-8-id-226.html
问题来了,当我用规则,在通王伪静态默认
<rule name="TWCMS Rule /" stopProcessing="true">
<match url="(.+)" ignoreCase="false" />
<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?rewrite={R:1}" />
然而,页面几乎全部没有错,就是打开首页,会出现404...晕死
其他内容页面规则列表:/youyou/ 内容是/8_226.html
首页出现这样:如下图
非常急切求救中,,,补充下,以index.php来打开,就可以,,但在分类页面,他默认首页那个链接就是html
我今天开着伪静态里,,大神麻烦快出来,地址www.yoyomm.com