帝国CMS中关于伪静态模式使用

来源:爱站网时间:2022-01-20编辑:网友分享
如果你的管理系统属于帝国CMS的话,你知道要这其中的一些伪静态模式需要怎么设置比较好吗?有不懂的小伙伴,可以跟着爱站技术频道小编的脚步来了解下,希望能帮助到有需要的朋友们。

# 将 RewriteEngine 模式打开
RewriteEngine On
#信息内容页:showinfo-[!--classid--]-[!--id--]-[!--page--].html
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^showinfo-(.+?)-(.+?)-(.+?)\.html$ /e/action/ShowInfo\.php\?classid=$1&id=$2&page=$3

#信息列表:listinfo-[!--classid--]-[!--page--].html
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^listinfo-(.+?)-(.+?)\.html$ /e/action/ListInfo/index.php?classid=$1&page=$2

#标题分类列表页:infotype-[!--ttid--]-[!--page--].html
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^infotype-(.+?)-(.+?)\.html$ /e/action/InfoType/index.php?ttid=$1&page=$2

#TAGS信息列表页:tags-[!--tagname--]-[!--page--].html
RewriteCond %{QUERY_STRING} ^(.*)$
RewriteRule ^tags-(.+?)-(.+?)\.html$ /e/tags/index.php?tagname=$1&page=$2

以上都是默认的Rewrite规则设置

上述文章不知道有多少朋友读懂了,关于帝国CMS中关于伪静态模式使用的内容存在疑虑的,可以随时来网站找小编咨询,小编竭尽所能的帮助大家。 

上一篇:帝国cms6.6版本中有关connect.php的介绍

下一篇:帝国CMS7.2版访问功能的使用方法

您可能感兴趣的文章

相关阅读

热门软件源码

最新软件源码下载