File: .htaccess

package info (click to toggle)
php-horde-ansel 3.0.10%2Bdebian1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,020 kB
  • sloc: php: 15,720; xml: 1,994; javascript: 1,784; makefile: 37; sh: 3
file content (6 lines) | stat: -rw-r--r-- 124 bytes parent folder | download | duplicates (221)
1
2
3
4
5
6
<IfModule authz_core_module>
    Require all denied
</IfModule>
<IfModule !authz_core_module>
    Deny from all
</IfModule>