帝國(guó)cms7.0可以支持偽靜態(tài)了。下面教大家如何來(lái)開(kāi)啟偽靜態(tài),這里的規(guī)則是默認(rèn)的規(guī)則,需要更加個(gè)性化的,可以依據(jù)次處修改。
首先進(jìn)后后臺(tái),系統(tǒng)——系統(tǒng)設(shè)置——偽靜態(tài)參數(shù)設(shè)置——都點(diǎn)擊默認(rèn)
[ISAPI_Rewrite]
# 3600 = 1 hour
CacheClockRate 3600
RewriteEngine On
RepeatLimit 32
#帝國(guó)#
#信息內(nèi)容頁(yè):showinfo-[!--classid--]-[!--id--]-[!--page--].html
RewriteRule ^(.*)/showinfo-(.+?)-(.+?)-(.+?).html$ $1/e/action/ShowInfo.php?
classid=$2&id=$3&page=$4
#信息列表:listinfo-[!--classid--]-[!--page--].html
RewriteRule ^(.*)/listinfo-(.+?)-(.+?).html$ $1/e/action/ListInfo/index.php?
classid=$2&page=$3
#標(biāo)題分類(lèi)列表頁(yè):infotype-[!--ttid--]-[!--page--].html
RewriteRule ^(.*)/infotype-(.+?)-(.+?).html$ $1/e/action/InfoType/index.php?
ttid=$2&page=$3
#TAGS信息列表頁(yè):tags-[!--tagname--]-[!--page--].html
RewriteRule ^(.*)/tags-(.+?)-(.+?).html$ $1/e/tags/index.php?tagname=$2&page=$3
更多信息請(qǐng)查看IT技術(shù)專欄