summaryrefslogtreecommitdiff
path: root/app/.htaccess
blob: c47998cbb75127706953ba33025885b3663b72ec (plain)
1
2
3
4
5
6
7
<IfVersion >= 2.3>
    Require all denied
</IfVersion>
<IfVersion < 2.3>
    Order allow,deny
    Deny from all
</IfVersion>