我們來配置帝國(guó)cms偽靜態(tài)規(guī)則httpd.ini 文件如下:
[ISAPI_Rewrite]
# 3600= 1hour
CacheClockRate 3600
RewriteEngine On
RepeatLimit 32
#301重定向#
RewriteCond Host: ^phpfensi.com$
RewriteRule (.*)http://www.phpfensi.com$1[I,RP]
#帝國(guó)#
#信息內(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
新聞熱點(diǎn)
疑難解答
圖片精選