在nginx配置文件中 替换以下代码 location / { index index.html index.htm index.php l.php; try_files $uri $uri/ /index.php$is_args$query_string; }
如图: