Kanboard-Prod/data/.htaccess

8 lines
125 B
ApacheConf

<IfVersion >= 2.3>
Require all denied
</IfVersion>
<IfVersion < 2.3>
Order allow,deny
Deny from all
</IfVersion>