NGINX(Linux)服务器伪静态设置

NGINX(Linux)服务器伪静态设置   rewrite ^([^\.]*)/page-show-([0-9]+)\.html$ $1/index.php?m=Page&a=index&id=$2 last; rewrite ^([^\.]*)/new-list-([0-9]+)-([0-9]+)\.html$ $1/index.php?m=Article&a=index&id=$2&p=$3
相关文章
相关标签/搜索