<rule name="OrgPage" stopProcessing="true">
<match url="^ask\.html$" />
<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/ask.html" />
</rule>
因為我全站都生成的靜態(tài)頁面,以前的偽靜態(tài)規(guī)則是全局的 會影響我 其他程序功能,所以 我設置了 問答目錄獨立的偽靜態(tài)規(guī)則 就這樣了