I want to see how my .htaccess file works. I put a LogLevel directive in it,
<IfModule mod_rewrite.c>
LogLevel alert rewrite:trace3
...
But then in my httpd log file, I see:
.htaccess: LogLevel not allowed here
How do I debug my .htaccess file?
Thanks.
Log level will not work in .htacesss file put this config in apache config file.
The syntax you are trying, i assume is for apache 2.4 put it as
LogLevel warn mod_rewrite.c:trace4
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With