和你做的一樣用URL卻打不開網頁無法訪問此網站
<?phpnamespace app\edu\controller;class Test{ # public function demo1() { return 123; }##}
伺服器要設定偽靜態:
nginx:location / { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break; }}
存取提示的什麼?
伺服器要設定偽靜態:
nginx:location / { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break; }}
存取提示的什麼?