@neroBRN wrote:
anyone got it to work with optout and dynamic ip yet?
best solution i found so far:
RewriteCond %{REQUEST_URI} ^/piwik/index.php$
RewriteCond %{QUERY_STRING} !action=optOut
RewriteRule ^(index).php$ http://my.domain/piwik/ [R=301,L]
Allow from all
Satisfy anybut the send email report is not working.
and if i activate the HttpAuthLogin plugin the index.php gets endless 301.