File: htaccess_denied

package info (click to toggle)
php-arthurhoaro-web-thumbnailer 2.1.0%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 892 kB
  • sloc: php: 3,365; makefile: 19; sh: 9
file content (13 lines) | stat: -rw-r--r-- 236 bytes parent folder | download | duplicates (23)
1
2
3
4
5
6
7
8
9
10
11
12
13
<IfModule version_module>
  <IfVersion >= 2.4>
     Require all denied
  </IfVersion>
  <IfVersion < 2.4>
     Allow from none
     Deny from all
  </IfVersion>
</IfModule>

<IfModule !version_module>
    Require all denied
</IfModule>