搜尋

首頁  >  問答  >  主體

和你做的一樣用URL卻打不開網頁無法訪問此網站

和你做的一樣用URL卻打不開網頁無法訪問此網站

<?php
namespace  app\edu\controller;
class Test
{
#    public function demo1() {
       return 123;
   }
##}

贰拭贰拭1850 天前1429

全部回覆(2)我來回復

  • P粉332880121

    P粉3328801212022-04-19 18:06:50

    伺服器要設定偽靜態:

    nginx:location / { if (!-e $request_filename){ rewrite  ^(.*)$  /index.php?s=$1  last;   break; }}

    回覆
    0
  • ringa_lee

    ringa_lee2019-12-21 19:57:41

    存取提示的什麼?

    回覆
    0
  • 取消回覆