Xiao_oNe_oNe
2016-11-24 18:50
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
大话PHP设计模式
62160 学习 · 230 问题
相似问题