正在浏览:伪静态

ECShop伪静态规则(nginx): if (!-e $request_filename){rewrite ^/index\.html /index.php last;rewrite ^/category$ /index.php last;rewrite ^/feed-c([0-9]+)\.xml$ /feed.php?cat=$1 last;rewrite ^/feed-b([0-9]+)\.xml$ /feed.php?brand=$1 last

DedeCMS伪静态规则(nginx): rewrite ^/list-([0-9]+)\.html$ /plus/list.php?tid=$1 last;rewrite ^/list-([0-9]+)-([0-9]+)-([0-9]+)\.html$ /plus/list.php?tid=$1totalresult=$2PageNo=$3 last;rewrite ^/view-([0-9]+)-1\.html$ /plus/view.php?ar

帝国cms7.5伪静态规则(nginx): rewrite ^([^\.]*)/listinfo-(.+?)-(.+?)\.html$ $1/e/action/ListInfo/index.php?classid=$2page=$3 last;rewrite ^([^\.]*)/showinfo-(.+?)-(.+?)-(.+?)\.html$ $1/e/action/ShowInfo.php?classid=$2id=$3page=$4 la