Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Request exceeded the limit of 10 internal redirects due to probable configuration error


msrecko
Participant

@msrecko

Hi, I was solve same problem on my server.

Just put bellow code in you .htaccess (to stop looping)……

RewriteCond %{ENV:REDIRECT_STATUS} 200
RewriteRule .* – [L]

Skip to toolbar