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设计模式
62257 学习 · 238 问题
相似问题