
mmexport1783402685630.jpg (3.81 KB, 下载次数: 0)
下载附件
保存到相册
22分钟前 上传
伪静态规则不知道哪里出了问题
rewrite ^([^\.]*)/topic-(.+)\.html$ $1/portal.php?mod=topic&topic=$2 last;
rewrite ^([^\.]*)/forum-(\w+)-([0-9]+)\.html$ $1/forum.php?mod=forumdisplay&fid=$2&page=$3 last;
rewrite ^([^\.]*)/article([0-9]+)\.html$ $1/forum.php?mod=viewthread&tid=$2&extra=page%3D{prevpage}&page={page} last;
if (!-e $request_filename) {
return 404;
}

