HTTP Auth rule for piwik
-
Hi,
I use the https://github.com/piwik/plugin-LoginHttpAuth plugin for my piwik installation.
The tracking works, but the connection to wp-piwik not for showing the tracking results within wordpress.
Have anyone an idea, how the rule for my htaccess file would like for getting the connection work to wp piwik even with http authentification?
Till now it looks like:
# Restrict outside access AuthName "Admin Auth" AuthType Digest AuthDigestProvider file AuthUserFile /home/ssl/.pwdigest Require user deinemudda <Files "*"> Require valid-user Order deny,allow Deny from all Allow from ?! </Files> <Files ~ "^piwik\.(js|php)|robots\.txt$"> Allow from all Satisfy any Require all granted </Files>
Best,
Ben
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘HTTP Auth rule for piwik’ is closed to new replies.