问答详情
源自:14-7 代理模式在MVC程序中的使用

RestURL的功能是怎么实现的啊

localhost/Home/index


提问者:Xiao_oNe_oNe 2016-11-24 18:50

个回答

  • wwhu668
    2017-02-06 00:38:49

    我的 nginx 配置 

    server {
        listen 80 default_server;
        root /var/www/;
        index index.html index.php index.htm;
        location / {
            try files $uri/ /index.php$query_string;
        }
    }


  • Sihan
    2016-12-22 23:38:29

    nginx apache 的rewrite 加 php pathinfo