Ошибка AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error
Ubuntu 20.04
Apache 2.4.41
PHP 7.4
Мой .htaccess
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ /index.php?action=$1 [L,QSA]