最新消息:伪静态技术大全博客开通啦!再也不为伪静态东奔西走!更多问题可以反映给博主:野狼,QQ1615241386 QQ交流群:112696646

帝国网站管理系统(EmpireCMS)伪静态规则【Nginx版本】

伪静态规则实例 野狼 144浏览 0评论

不得不说现在linux服务器用的越来越多,而且Nginx的web服务器也越来越多,毕竟这个比IIS速度快多了。而且相对于apache来讲,nginx的服务器资源占用更小,安全性也更高一些。

EmpireCMS的Nginx版本伪静态规则,野狼SEO团队也整理了一下,需要的可以拿去用了:

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;

}

如果你的网站环境特殊,需要付费配置、修改程序的都可以与我们联系!

发表评论
请遵守网络文明公约,理性发言
访客头像

还没有人来评论,快来抢个沙发吧!