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.
< /code>
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]
< /code>
My folder structure looks like this.
- app
controllers - models
- views
- index.php
- .htaccess
Подробнее здесь: https://stackoverflow.com/questions/794 ... rver-error
Мобильная версия