Quantcast
Channel: Using .htaccess to restrict access
Viewing all articles
Browse latest Browse all 125

Using .htaccess to restrict access

$
0
0

@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 any

but the send email report is not working. :frowning:

and if i activate the HttpAuthLogin plugin the index.php gets endless 301.

Read full topic


Viewing all articles
Browse latest Browse all 125

Trending Articles