我在Laravel 4中创建了应用程序。它给出了URL问题。例如:
如果我使用http://example.com/login
,则会显示404错误。
但如果我使用http://example.com/index.php/login
,则会显示没有任何错误。
我想使用不带index.php
的网址,因为在网址中添加index.php
,CSS和JS文件不包含在网页中。
答案 0 :(得分:0)
问题可能在您的服务器配置或.htaccess
中我刚遇到同样的问题,因为我为apache2启用mod_rewrite修复它。
您应该阅读:
https://laravel.com/docs/5.0/configuration#pretty-urls