【发布时间】:2012-11-05 03:06:34
【问题描述】:
我是laravel 的新手。我正在尝试根据教程https://github.com/jasonlewis/laravel-blog/wiki/Creating-a-simple-blog-in-Laravel-3 配置laravel。我创建了admin 文件夹,但是当我尝试运行http://localhost/blog/admin 时,出现以下错误:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at postmaster@localhost to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.4.2 (Win32) OpenSSL/1.0.1c PHP/5.4.4 Server at localhost Port 80
在localhost/blog 上。一切顺利,我该怎么办?
【问题讨论】:
-
这很可能与您的 htaccess 有关。另外,作为那个(不完整的)教程的作者,我建议你去别处看看。那里的代码已过时且未完成。对不起!