File: .htaccess

package info (click to toggle)
zabbix 1%3A4.0.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 83,104 kB
  • sloc: php: 162,280; ansic: 154,778; sql: 96,479; sh: 5,281; makefile: 1,340; java: 1,068; cpp: 227; perl: 41; xml: 29
file content (10 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (37)
1
2
3
4
5
6
7
8
9
10
<IfModule mod_authz_core.c>
	# Apache 2.4
	Require all denied
</IfModule>

<IfModule !mod_authz_core.c>
	# Apache 2.2
	Order deny,allow
	Deny from all
</IfModule>