suchen

Heim  >  Fragen und Antworten  >  Hauptteil

php – Nach der Installation von Homestead wird nach Eingabe der URL „Keine Eingabedatei angegeben“ angezeigt.

黄舟黄舟2805 Tage vor552

Antworte allen(2)Ich werde antworten

  • 迷茫

    迷茫2017-05-24 11:36:28

    lumen.app/public

    Antwort
    0
  • 高洛峰

    高洛峰2017-05-24 11:36:28

    检查nginx配置文件中FASTCGI_PARAM PATH_TRANSLATED是否配置正确

    location ~ \.php(.*)$ {
        fastcgi_pass   127.0.0.1:9000;
        fastcgi_index  index.php;
        fastcgi_split_path_info  ^((?U).+\.php)(/?.+)$;
        fastcgi_param  SCRIPT_FILENAME  $document_root$fastcgi_script_name;
        fastcgi_param  PATH_INFO  $fastcgi_path_info;
        fastcgi_param  PATH_TRANSLATED  $document_root$fastcgi_path_info;
        include        fastcgi_params;
    }

    Antwort
    0
  • StornierenAntwort