美文网首页
Yii2在nginx部署上的坑:非index默认页都报404解决

Yii2在nginx部署上的坑:非index默认页都报404解决

作者: v1i555 | 来源:发表于2018-08-09 16:13 被阅读0次

    进入下面目录


    image.png

    编辑网址+.conf文件


    image.png
    location / {
      # Redirect everything that isn't a real file to index.php
      try_files $uri $uri/ /index.php?$args;
    }
    
    image.png

    保存,重启.成功

    windows

    同理打开vhosts.conf 文件

    image.png

    相关文章

      网友评论

          本文标题:Yii2在nginx部署上的坑:非index默认页都报404解决

          本文链接:https://www.haomeiwen.com/subject/jylcbftx.html