需要重新配置伪静态
在nginx配置文件中添加:
nginxlocation / { try_files $uri $uri/ /index.php?$args; }
location / { try_files $uri $uri/ /index.php?$args; }