I want to see how my .htaccess file works. I introduced the LogLevel directive into 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.
source share