服务器遇到内部错误或配置错误,无法完成您的请求。
请联系服务器管理员并告知他们错误发生的时间,以及您在此错误之前执行的操作。
在服务器错误日志中我发现了这个......
[Sun Sep 29 11:41:38 2013] [11364218] [core:error] [client 59.91.129.173:61139] AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace
//我的htaccess是
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php/$0 [PT,L]
如果我删除我的 htaccess 那么也会出现这个问题
我被这个问题困住了
请帮我解决这个问题
提前致谢