Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.htaccess « cron « misc - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0706fc7113a1b93fb4ecdff1c95c0a720597d4e4 (plain)
1
2
3
4
5
# Allow direct web access to Web cron
<Files "archive.php">
	Order Allow,Deny
	Allow from all
</Files>