Laravel4:在此服务器上找不到请求的资源/管理员

时间:2014-07-30 08:08:45

标签: php html laravel

我在简单的Laravel路由中遇到了一个非常奇怪的问题。

因为有些截图,有时说超过1000字。这就是我遇到的情况。

I can't route to "admin"

It works perfectly fine, if I choose a different name

And I get a real exception, if the route really does not exist.

如果路线设置在laravel中,则无关紧要。它只是不接受名称“admin”而只接受“admin”。每个其他名称都正确路由。

无法解释这一点。并且不想做一个新的laravel安装。

我不使用appache,因为“php artisan serve”为我做了这个工作。

任何线索?

3 个答案:

答案 0 :(得分:83)

在公开场合,您可以将文件夹名称设为admin。这可能是你的问题的根源。

答案 1 :(得分:2)

在文件夹public-> admin中 将这些文件命名为

.htaccess  
favicon.ico  
index.php  
robots.txt 
web.config

enter image description here

并更改管理员文件夹中的index.php文件 从此到 enter image description here

进入这个 enter image description here

希望它能解决你的问题 它对我有用。

答案 2 :(得分:0)

您可以通过将 Laravel 的项目目录复制到 var/www/html(对于 ubuntu 和 htdocs(对于 Windows)

来解决此问题)