大佬救命啊,刚重装了系统emlog的伪静态忘记备份了,ng或者apache的都可以啊

刚去官网看了一下,没有以前版本的下载了

location / {

        index index.php index.html;

        if (!-e $request_filename)

        {

                rewrite ^/(.+)$ /index.php last;

        }

}

找到了,[em_37]

[em_24]

1