帝國cms偽靜態(tài)規(guī)則apache下的.htaccess規(guī)則

字號:


    帝國cms7.0可以支持偽靜態(tài)了。下面教大家如何來開啟偽靜態(tài),這里的規(guī)則是默認的規(guī)則,需要更加個性化的,可以依據(jù)次處修改。
    首先進后后臺,系統(tǒng)——系統(tǒng)設(shè)置——偽靜態(tài)參數(shù)設(shè)置——都點擊默認
    [ISAPI_Rewrite]
    # 3600 = 1 hour
    CacheClockRate 3600
    RewriteEngine On
    RepeatLimit 32
    #帝國#
    #信息內(nèi)容頁: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)題分類列表頁:infotype-[!--ttid--]-[!--page--].html
    RewriteRule ^(.*)/infotype-(.+?)-(.+?).html$ $1/e/action/InfoType/index.php?
    ttid=$2&page=$3
    #TAGS信息列表頁:tags-[!--tagname--]-[!--page--].html
    RewriteRule ^(.*)/tags-(.+?)-(.+?).html$ $1/e/tags/index.php?tagname=$2&page=$3