lnmp配置Yii2规则

nginx配置:

参考地址:http://www.cnblogs.com/grimm/p/5389970.html

  1. location / {
  2. try_files $uri $uri/ /index.php?$args;
  3. if (!-e $request_filename){
  4.              rewrite ^/(.*)$ /index.php?r=$1 last;
  5.         }
  6. root   /usr/share/nginx/html;
  7. index  index.php  index.html  index.htm;
  8. }
上一篇:针对《面试心得与总结—BAT、网易、蘑菇街》一文中出现的技术问题的收集与整理


下一篇:IE打开报错,提示该内存不能为read的解决办法!