84669 人が学習中
152542 人が学習中
20005 人が学習中
5487 人が学習中
7821 人が学習中
359900 人が学習中
3350 人が学習中
180660 人が学習中
48569 人が学習中
18603 人が学習中
40936 人が学習中
1549 人が学習中
1183 人が学習中
32909 人が学習中
Mac MAMP PRO 導入について thinkphp5.1 アクセス 404ホームページへのアクセスは通常通り、その他のディレクトリへのアクセス 404 構成は次のとおりです。
if (!-e $request_filename) { rewrite ^/(.*)$ /index.php?s=/ last; break; }
ここの設定が間違っています。^/(.*)$ /index.php?s=/$1 last;
次のように変更してください: rewrite ^/(.*)$ /index.php/$1 last ; 試してみてください
ここの設定が間違っています。^/(.*)$ /index.php?s=/$1 last;
次のように変更してください: rewrite ^/(.*)$ /index.php/$1 last ; 試してみてください