Page 1 of 1

RewriteLog doesn't work [Solved]

PostPosted: 20. July 2012 16:22
by drasgan
Near beginning of the I:\xampp\apache\conf\httpd.conf file I have:
Code: Select all
LoadModule rewrite_module modules/mod_rewrite.so

Then at the end of this file:
Code: Select all
RewriteLog "I:/xampp/apache/logs/rewrite.log"
RewriteLogLevel 9

But the I:\xampp\apache\logs\rewrite.log file is dated November 2011, probably remaining from some previous testing. So basically, Rewrite logging is not working.

What else is needed to configure it?

Re: RewriteLog doesn't work

PostPosted: 20. July 2012 16:44
by JonB
drasgan

It might be very useful to know what XAMPP/Apache version you are using - That's why we have that field in your User Profile "XAMPP version"

Thanks

Re: RewriteLog doesn't work

PostPosted: 20. July 2012 17:15
by drasgan
I am sorry - just a minute ago I realized that there was a second RewriteLogLevel command in httpd-vhosts.conf and it had level 0, so that's why nothing was rewrited. So it's solved.