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: 8128bcd356212d027b80bcf80d7c7a1400847f56 (plain)
1
2
3
4
5
6
7
<Files "*.png">
    Allow from all
</Files>

<Files "*.svg">
    Allow from all
</Files>