View Full Version : Max redirect errors
Mishka
03-21-2006, 07:52 PM
I checked my error logs today and I see a lot of these:
mod_rewrite: maximum number of internal redirects reached. Assuming configuration error. Use 'RewriteOptions MaxRedirects' to increase the limit if neccessary.
How do I manage/fix that?
Thank you.
Mishka
03-23-2006, 11:33 AM
Anyone please?
areidmtm
03-23-2006, 12:24 PM
This is something that has to be set in the httpd.conf on the server, which we dont have access to. You might be able to rewrtie the MaxRedirects in the .htaccess file using:
RewriteOptions MaxRedirects=20
That probably wont work, but you could try it. Try googling it, or call customer service.
Mishka
03-23-2006, 02:28 PM
Hmm, do I just copy/paste that to htaccess file?
Thanks for replying.
areidmtm
03-23-2006, 02:38 PM
yeah, I would try that first and see if it does anything
areidmtm
03-23-2006, 02:42 PM
this might be useful to you!
http://www.sitepoint.com/print/mod_rewrite-no-endless-loops
vBulletin® v3.7.2, Copyright ©2000-2008, Jelsoft Enterprises Ltd.