Page 1 of 1

Debugging mod_rewrite - suggestion

PostPosted: 09. July 2010 10:27
by dominicsayers
I'm a n00b to Apache and XAMPP and especially mod_rewrite. I added the following lines to my httpd.conf for debugging mod_rewrite problems:

#<IfModule mod_rewrite.c>
# RewriteLog "logs/rewrite.log"
# RewriteLogLevel 9
#</IfModule>

I think it would be helpful to include these in the standard XAMPP httpd.conf (commented out as above) so that n00bs like me could see quite easily how to turn on logging.

Re: Debugging mod_rewrite - suggestion

PostPosted: 17. March 2011 13:00
by dominicsayers
Obviously nobody thought this was a good idea. Adding it to my 1.7.4 httpd.conf now...