admin 管理员组

文章数量: 1086019


2024年3月20日发(作者:被叫二郎是什么意思)

我们来配置帝国cms伪静态规则 文件如下:

[ISAPI_Rewrite]

# 3600= 1hour

CacheClockRate 3600

RewriteEngine On

RepeatLimit 32

#301重定向#

RewriteCond Host: ^$RewriteRule (.*)

$1[I,RP]

#帝国#

#信息内容页:showinfo-[!--classid--]-[!--id--]-[!--page--].html

RewriteRule ^(.*)/showinfo-(.+?)-(.+?)-(.+?).html$ $1/e/action/

p?

classid=$2&id=$3&page=$4

#信息列表:listinfo-[!--classid--]-[!--page--].html

RewriteRule ^(.*)/listinfo-(.+?)-(.+?).html$ $1/e/action/ListInfo/?

classid=$2&page=$3

#标题分类列表页:infotype-[!--ttid--]-[!--page--].html

RewriteRule ^(.*)/infotype-(.+?)-(.+?).html$ $1/e/action/InfoType/

p?

ttid=$2&page=$3

#TAGS信息列表页:tags-[!--tagname--]-[!--page--].html

RewriteRule ^(.*)/tags-(.+?)-(.+?).html$ $1/e/tags/?tagname=

$2&page=$3


本文标签: 列表 被叫 静态 规则 帝国