Using .htaccess to restrict access
@dulichbienvietnam wrote: I write .htaccess to restrict spam website to my site, htaccess is usefull and great. Thanks. Read full topic
View ArticleUsing .htaccess to restrict access
@elchurdo wrote: Oh, thank you very much. No idea i can do this. Read full topic
View ArticleUsing .htaccess to restrict access
@xrev wrote: I'm using the opt-out site and need that page to be excluded from protection. The path is: index.php?module=CoreAdminHome&action=optOut&language=de This works but excludes the...
View ArticleUsing .htaccess to restrict access
@John_Delay wrote: I´ve looked for quite a long time, but unfortunately didn´t find a solution for the problem with the OptOut (requested ba query string of the index.php). In my opinion it´s an issue...
View ArticleUsing .htaccess to restrict access
@jawsmith wrote: John_Delay: I´ve looked for quite a long time, but unfortunately didn´t find a solution for the problem with the OptOut (requested ba query string of the index.php). In my opinion...
View ArticleUsing .htaccess to restrict access
@jawsmith wrote: This is an update to the .htaccess example file originally posted by me in http://forum.piwik.org/read.php?6,17251,page=1#msg-87363 above. I'm deliberately positing the update in a...
View ArticleUsing .htaccess to restrict access
@jawsmith wrote: jawsmith: This is an update to the .htaccess example file originally posted by me in http://forum.piwik.org/read.php?6,17251,page=1#msg-87363 above.[...] Unrelated remark to...
View ArticleUsing .htaccess to restrict access
@John_Delay wrote: Hi jawsmith, thanks for your reply. You are right, first of all I should thank the PIWIK team, for their great piece of software. Although I don't know why you would like to block...
View ArticleUsing .htaccess to restrict access
@John_Delay wrote: Isn´t there anybody who has the same or a similar problem? I´d really like to find a solution for that ... every suggestion is appreciated. Thx, John Read full topic
View ArticleUsing .htaccess to restrict access
@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=optOutRewriteRule...
View ArticleUsing .htaccess to restrict access
@lambda wrote: My simple solution: Options FollowSymLinks SymLinksIfOwnerMatch <FilesMatch "(?<!^piwik\.js|^piwik\.php)$"> AuthType Basic AuthName "Have a nice day!" AuthUserFile...
View ArticleUsing .htaccess to restrict access
@david55 wrote: This thread originally started quite a while ago.. To what extent are any of the suggested Apache configs still valid for the current version of Piwik (2.0.3 at the time of writing)?...
View ArticleUsing .htaccess to restrict access
@david55 wrote: Is anybody still following this thread? I have been struggling for the past couple of days to try to set up my Piwik site so that I can protect against unauthorised access (ie,...
View ArticleUsing .htaccess to restrict access
@matthieu wrote: If you setup HTTP Auth for Piwik, make sure to use this plugin: http://plugins.piwik.org/LoginHttpAuth Read full topic
View ArticleUsing .htaccess to restrict access
@david55 wrote: Thanks, Matt, the LoginHttpAuth plugin looks potentially useful. We use CoSign <http://weblogin.org/> (sorry, embedded links don't always seem to work for me) as our local...
View ArticleUsing .htaccess to restrict access
@matthieu wrote: Btw I've implemented Referrer Spam blacklist in Piwik! please contribute any new spamming domain in the ticket : http://dev.piwik.org/trac/ticket/2268#comment:13 Read full topic
View ArticleUsing .htaccess to restrict access
@danduna wrote: Dows Piwik work with blogger? Read full topic
View ArticleUsing .htaccess to restrict access
@Resgu wrote: Runnning "apachectl configtest" I got:Syntax error on line 271 of /etc/apache2/apache2.conf:order takes one argument, 'allow,deny', 'deny,allow', or 'mutual-failure'Action 'configtest'...
View ArticleUsing .htaccess to restrict access
@lmm5247 wrote: Sorry to bump an old post, but is there an equivalent to this for Nginx? <Files ~ "^piwik\.(js|php)|robots\.txt$"> Allow from all Satisfy any </Files> I have my /analytics...
View ArticleUsing .htaccess to restrict access
@matthieu wrote: @Imm maybe this project helps you: https://github.com/piwik/piwik-nginx Read full topic
View ArticleUsing .htaccess to restrict access
@evelascosilva wrote: Hi guys, Piwik need to be protected with HTTPS but I have a shared hosting and I can't modify php.ini file. Can I force HTTPS only Piwik directory and not all my web? Can I make...
View ArticleUsing .htaccess to restrict access
@Tronic wrote: Hello! I can't get password-verification to working properly. For some reason the "password verification-box" appears over and over again, even the login-name and password is correct....
View ArticleUsing .htaccess to restrict access
@piwiker wrote: Hello,If using .htaccess from this post, public access is granted only for piwik.php and piwik.js . On our server there is an gzipped version too piwik.js.gz, which is delivered if...
View ArticleUsing .htaccess to restrict access
@jawsmith wrote: @evelascosilvaIf no HTTPS is possible, please see http://forum.piwik.org/read.php?9,129164 for a plugin to at least encrypt passwords when transmitted from the browser to Piwik on...
View ArticleUsing .htaccess to restrict access
@jeremy_mizell wrote: For those using NGINX, I made a best guess conversion from apache mod_rewrite to NGINX DSL. Sorry I didn't preserve all credits in the comments, I was primarly focused on making...
View Article