| 插件名稱 | CMS建站系統(tǒng)大眾版 V4.1 |
| 插件作者 | 迅睿官方自營(yíng) |
| 最近更新 | 2026-03-31 10:25:30 |
| 增加文章AI審核和AI創(chuàng)作入口(需升級(jí)AI助手插件) |
iis環(huán)境下偽靜態(tài)規(guī)則 ,環(huán)境:microsoft-iis/10.0 ,已配置web.config,首頁欄目頁,內(nèi)容頁都可以,sitemap.txt 以及xml 是404,代碼如下:
偽靜態(tài)配置:
"([A-za-z0-9 \-\_]+)-show-([0-9]+)-([0-9]+)\.html" => "index.php?c=show&id=$2&page=$3", //【共享欄目和內(nèi)容頁】模塊內(nèi)容頁(分頁)({dirname}-show-{id}-{page}.html)
"([A-za-z0-9 \-\_]+)-show-([0-9]+)\.html" => "index.php?c=show&id=$2", //【共享欄目和內(nèi)容頁】模塊內(nèi)容頁({dirname}-show-{id}.html)
"([A-za-z0-9 \-\_]+)-list-([0-9]+)\.html" => "index.php?c=category&dir=$1&page=$2", //【共享欄目和內(nèi)容頁】模塊欄目列表(分頁)({dirname}-list-{page}.html)
"([A-za-z0-9 \-\_]+)\.html" => "index.php?c=category&dir=$1", //【共享欄目和內(nèi)容頁】模塊欄目列表({dirname}.html)
"sitemap.txt' => 'index.php?s=sitemap&page=999", // 地圖規(guī)則
"sitemap.xml' => 'index.php?s=sitemap&c=home&m=xml&page=998", // 地圖規(guī)則代碼隨附件
回復(fù)@GoWorkRoom 好像不行,我反復(fù)確認(rèn)了應(yīng)該沒少啥,請(qǐng)您再幫看一下?
iis訪問不要帶txt了
回復(fù)@絲竹 web.config 是否需要調(diào)整?我嘗試了一下,還是不可以??