帝国CMS伪静态

Posted inzens

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了帝国CMS伪静态相关的知识,希望对你有一定的参考价值。

nginx伪静态设置

rewrite ^([^\.]*)/listinfo-(.+?)-(.+?)\.html$ $1/e/action/ListInfo/index.php?classid=$2&page=$3 last;
rewrite ^([^\.]*)/showinfo-(.+?)-(.+?)-(.+?)\.html$ $1/e/action/ShowInfo.php?classid=$2&id=$3&page=$4 last;
rewrite ^([^\.]*)/infotype-(.+?)-(.+?)\.html$ $1/e/action/InfoType/index.php?ttid=$2&page=$3 last;
rewrite ^([^\.]*)/tags-(.+?)-(.+?)\.html$ $1/e/tags/index.php?tagname=$2&page=$3 last;
rewrite ^([^\.]*)/comment-(.+?)-(.+?)-(.+?)-(.+?)-(.+?)-(.+?)\.html$  $1/e/pl/index\.php\?doaction=$2&classid=$3&id=$4&page=$5&myorder=$6&tempid=$7 last;
if (!-e $request_filename) {
    return 404;
}

 

以上是关于帝国CMS伪静态的主要内容,如果未能解决你的问题,请参考以下文章

帝国CMS伪静态问题.

帝国CMS伪静态

织梦帝国设置伪静态方案

网站优化之PHPCMS如何开启伪静态

Fastadmin CMS伪静态时面包屑导航网址不正确的应急处理

织梦系统dedecms如何开启伪静态