From 3388e3b5ad1c111d7a8ff49792cdac186b430ee7 Mon Sep 17 00:00:00 2001 From: Piotr <hello@piotr.cz> Date: Sun, 27 Apr 2014 17:51:13 +0200 Subject: [PATCH] Explicitly enable access to web cron script See issue http://forum.piwik.org/read.php?2,109382 --- misc/cron/.htaccess | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 misc/cron/.htaccess diff --git a/misc/cron/.htaccess b/misc/cron/.htaccess new file mode 100644 index 0000000000..0e8f647436 --- /dev/null +++ b/misc/cron/.htaccess @@ -0,0 +1,5 @@ +# Allow direct web access to selected files +<FilesMatch "^(archive\.php|updatetoken\.php)$"> + Order Allow,Deny + Allow from all +</Files> -- GitLab