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

.htaccess « user « misc - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d045168f0c9a22493354a62d9fc3ce0fb4d9f852 (plain)
1
2
3
4
5
6
<Files "*.png">
    Allow from all
</Files>
<Files "*.svg">
    Allow from all
</Files>