admin管理员组文章数量:1278854
I have up until now been fine and Im not sure why this error would throw up. Im using Laragon for a simple PHPMVC project on my local windows machine.
I cant figure out what this error is being caused by as Im not great with htaccess but from what stack has shown, there are plenty of errors like this caused by errors in the config.
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.
Options -Multiviews
RewriteEngine On
Options -Indexes
RewriteBase /public
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^(.+) index.php?url=$1 [QSA,L]
My folder structure looks like this.
- app
- controllers
- models
- views
- public
- index.php
- .htaccess
本文标签: apacheMy htaccess file causes an internal server errorStack Overflow
版权声明:本文标题:apache - My htaccess file causes an internal server error - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741238814a2363556.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论