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