使用 Laravel 4 发现 404 错误
Posted
技术标签:
【中文标题】使用 Laravel 4 发现 404 错误【英文标题】:404 error found using Laravel 4 【发布时间】:2016-11-16 07:05:31 【问题描述】:我在 Laravel 4 中创建了应用程序。它给出了 URL 问题。例如:
如果我使用http://example.com/login
,它会显示 404 错误。
但如果我使用http://example.com/index.php/login
,它会显示没有任何错误。
我想使用不带index.php
的URL,因为通过在URL 中添加index.php
,页面中不包含CSS 和JS 文件。
【问题讨论】:
服务器上是否启用了mod_rewrite? @Samsquanch。我不知道。但如果不是,那么如何检查它以及如何启用它? @Omkar ***.com/questions/7337724/… ***.com/questions/9021425/… 【参考方案1】:问题可能在您的服务器配置或 .htaccess 中
我刚刚遇到了同样的问题,为我启用 mod_rewrite for apache2 修复它。
您可能应该阅读:
https://laravel.com/docs/5.0/configuration#pretty-urls
Can't route properly in Laravel
Can't access URL in Laravel routes
【讨论】:
以上是关于使用 Laravel 4 发现 404 错误的主要内容,如果未能解决你的问题,请参考以下文章