Request exceeded the limit of 10 internal redirects due to probable configuration error. Use ‘LimitInternalRecursion’ to increase the limit ifnecessary. Use ‘LogLevel debug’ to get a backtrace
When you try to browse your website, if you are getting this error. This means that you have exceeded the limit of intername redictions used in your website.
To avoid this error message simply use following code in .htaccess file.
When you try to browse your website, if you are getting this error. This means that you have exceeded the limit of intername redictions used in your website.
To avoid this error message simply use following code in .htaccess file.
RewriteRule .* - [L]