]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - cache/.htaccess
Merge pull request #1234 from virtualtam/lint
[github/shaarli/Shaarli.git] / cache / .htaccess
CommitLineData
5ebc1d50
A
1<IfModule version_module>
2 <IfVersion >= 2.4>
3 Require all denied
4 </IfVersion>
5 <IfVersion < 2.4>
6 Allow from none
7 Deny from all
8 </IfVersion>
9</IfModule>
10
11<IfModule !version_module>
12 Require all denied
13</IfModule>