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

.htaccess « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 136d381c5e730f348f3f9a592a52eb543dbc7c06 (plain)
1
2
3
4
5
6
7
8
9
<Files ~ "\.(php|php4|php5|phtml|phps|inc|tpl)$">
Order Deny,Allow
Deny from all
</Files>

<Files ~ "\.test\.php$">
Allow from all
Satisfy any
</Files>