在nginx配置文件nginx.conf的location段添加一行即可.
location / { try_files $uri $uri/ /index.php?q=$uri&$args; }
You must be logged in to post a comment.