localhost/Home/index
我的 nginx 配置
server { listen 80 default_server; root /var/www/; index index.html index.php index.htm; location / { try files $uri/ /index.php$query_string; } }
nginx apache 的rewrite 加 php pathinfo