File: .htaccess

package info (click to toggle)
dokuwiki 2025-05-14.a%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 24,920 kB
  • sloc: php: 99,723; javascript: 3,741; sh: 599; makefile: 70; xml: 34
file content (7 lines) | stat: -rw-r--r-- 143 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
<IfModule mod_authz_core.c>
    Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
    Order allow,deny
    Deny from all
</IfModule>