  
- 帖子
- 1008
- 主题
- 761
- 精华
- 0
- 积分
- 1794
- 贡献
- 941
- 激情
- 7771
- 阅读权限
- 100
- 最后登录
- 2020-4-28
|
- rewrite ^/list-([0-9]+)\.html$ /plus/list.php?tid=$1;
- rewrite ^/list-([0-9]+)-([0-9]+)-([0-9]+)\.html$ /plus/list.php?tid=$1&totalresult=$2&PageNo=$3;
- rewrite ^/view-([0-9]+)-1\.html$ /plus/view.php?arcID=$1;
- rewrite ^/view-([0-9]+)-([0-9]+)\.html$ /plus/view.php?aid=$1&pageno=$2;
复制代码 |
|