hello any body help me
how to increase "MaxRedirects" by default 9 but I want to increase any no.
From
yashvant
How to edit mod_rewrite.c in apache
Moderator: General Moderators
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Re: How to edit mod_rewrite.c in apache
In .htaccess, you can do
Code: Select all
RewriteOptions MaxRedirects [i]n[/i]Re: How to edit mod_rewrite.c in apache
Hi,
But this is not working
My code is
------------------------------------
Options +FollowSymLinks
RewriteEngine on
# increase back Reference
RewriteOptions MaxRedirects 20
generate Error 500
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
Moving to "Installation and Configuration" board.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.