Laravel konfiguriert Nginx als pseudostatisch
怪我咯
怪我咯 2017-05-16 16:53:46
0
1
458

1. Ich habe diesen Satz vom Laravel-Beamten in die Nginx-Konfiguration eingefügt und es wurde 500 angezeigt. Danach war es normal
2.
4、/q/1010000002797...location / {try_files $uri $uri/ /index.php?$query_string;}

怪我咯
怪我咯

走同样的路,发现不同的人生

Antworte allen(1)
我想大声告诉你

给你一个排错的思路,在web根目录下的index.php的<?php下面添加一句print_r($_SERVER);die;

注意,一定要加die;

然后访问网站,如果不可以正常访问,说明是php解析的那个location失败了。

如果可以正常访问,那么看浏览器中输出的pathinfo,和request_path是否正确。

Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage