As of Apache 2.4, we can no longer enable mod_rewrite logging in .htaccess. Now requires RewriteLogLevel specified in virtual host configuration. So I've followed the guides and added the following file containing "RewriteLogLevel 3".
/user/local/apache/conf/userdata/std/2_4/[account]/[domain]/rewrite.conf
Restarted Apache and checking /user/local/apache/logs/error_log, there's nothing logged to do with rewrites.
What am I missing?
/user/local/apache/conf/userdata/std/2_4/[account]/[domain]/rewrite.conf
Restarted Apache and checking /user/local/apache/logs/error_log, there's nothing logged to do with rewrites.
What am I missing?