搜尋

首頁  >  問答  >  主體

TP5部署伺服器只能開啟首頁其他頁面全是404

nginx.conf

##server

  {
   listen        80;
   server_name cy.280878.com;
 
   index        index.php index1.php index.htm index.html;



   #location / {
   #  1 中斷  #location - 中斷;
   #        }
   #       if (!-e $request_filename) {
   #

燕浮生若梦燕浮生若梦1955 天前1318

全部回覆(2)我來回復

  • (O_O)

    (O_O)2019-09-19 21:29:49

    是不是圖片路徑傳的不對

    回覆
    0
  • 燕浮生若梦

    已解決,重定向位置路徑的問題..還有index.php做了目錄限制...

    燕浮生若梦 · 2019-09-20 15:55:01
  • 取消回覆