2016-02-04 252 views
1

我在Laravel收到内部服务器错误5.500内部服务器错误Laravel 5

我的.htaccess文件(包括一个在根和一个在/市民:

<IfModule mod_rewrite.c> 
RewriteEngine On 
RewriteRule ^(.*)$ public/$1 [L] 
</IfModule> 

我的日志:

AH00124:请求超过了10个内部重定向限制由于 可能配置错误使用“LimitInternalRecursion”增加 极限必要时使用“LogLevel的调试”至g。等回溯。

+0

什么是你的'文档root'? – Derek

回答