下面是我的服务器配置
Discuz! X3.5 Release 20231221 UTF-8
Linux / PHP v7.4.33
nginx/1.25.4
下面是我在nginx配置文件中写的伪静态规则 伪静态规则是Discuz! X3.5生成的
server {
...........省略
location /rewrite {
rewrite ^(*)/topic-(.+)\.html$ $1/portal.php?mod=topic&topic=$2 last;
rewrite ^(*)/article-(+)-(+)\.html$ $1/por
- 最近查阅:

