Hi,
I guess My question is determined not really new. But, whats about with PIWIK?
This advice is taken from the PIWIK Forum - I have created a file in the rules directory called 32_PIWIK.conf:
[i]In the custom rule file, add following lines:
Allow Piwik queries
SecRule REQUEST_FILENAME “^/path_to_your_piwik_dir/piwik.php$” id:99998,log,phase:2,chain,allow
SecRule ARGS_NAMES “^action_name$”
SecRule REQUEST_FILENAME “^/path_to_your_piwik_dir/index.php$” id:99999,log,phase:2,chain,allow
SecRule ARGS_NAMES “^module$”.[/i]
I get no error messages in debug.log, but also no visits hits in PIWIK Dashboard.
Thanks in advance
Mike