I have a problem with htaccess
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at webmaster@localhost to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
Apache/2.4.10 (Ubuntu) Server at localhost Port 80
htaccess:
RewriteEngine On
RewriteBase /
RewriteCond %{ENV:REDIRECT_STATUS} ^$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^login/$ /login.php [L]
RewriteRule ^(.*)$ /zuo/index.php?acao=busca&q=$1 [L]
error log appears
AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration e$tion error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace., referer:
When I remove RewriteRule ^ login / $ /login.php [L] Right!