Page 1 of 1
How to edit mod_rewrite.c in apache
Posted: Thu May 29, 2008 6:11 am
by yashvant
hello any body help me
how to increase "MaxRedirects" by default 9 but I want to increase any no.
From
yashvant
Re: How to edit mod_rewrite.c in apache
Posted: Thu May 29, 2008 3:01 pm
by John Cartwright
In .htaccess, you can do
Code: Select all
RewriteOptions MaxRedirects [i]n[/i]
Re: How to edit mod_rewrite.c in apache
Posted: Fri May 30, 2008 4:28 am
by yashvant
Hi,
But this is not working
My code is
------------------------------------
Options +FollowSymLinks
RewriteEngine on
# increase back Reference
RewriteOptions MaxRedirects 20
generate Error 500
Re: How to edit mod_rewrite.c in apache
Posted: Tue Jun 03, 2008 9:43 am
by pickle
Moving to "Installation and Configuration" board.