admin 发表于 2019-9-23 00:46:22

testok的大部分思路记录=-伪静态规则


rewrite ^/listinfo_(.+?)_(.+?)_(.+?).html$ /e/action/ListInfo.php?orderby=$1&classid=$2&page=$3;
        rewrite ^/tags_(.+?)_(.+?).html$ /e/tags/index_1.php?orderby=$1&tagid=$2;
        rewrite ^/liuyue_(.+?)_(.+?).html$ /e/tags/remen.php?orderby=$1&classid=$2;

        rewrite ^/showinfo-(.+?)-(.+?)-(.+?).html$ /e/action/ShowInfo.php?classid=$1&id=$2&page=$3;
        rewrite ^/infotype-(.+?)-(.+?).html$ /e/action/InfoType/index.php?ttid=$1&page=$2;
页: [1]
查看完整版本: testok的大部分思路记录=-伪静态规则