Blame
Date:
Mon Jan 23 05:00:25 2023 UTC
Message:
Daily backup
01
2021-12-17
jrmu
# This file is cookbook/.htaccess -- the default distribution contains this
02
2021-12-17
jrmu
# file to prevent cookbook/ scripts from being accessed directly by browsers
03
2021-12-17
jrmu
# (this is a potential, albeit very unlikely, security hole).
04
2021-12-17
jrmu
#
05
2021-12-17
jrmu
# If you alter or replace this file, it will likely be overwritten when
06
2021-12-17
jrmu
# you upgrade from one version of PmWiki to another. Be sure to save
07
2021-12-17
jrmu
# a copy of your alterations in another location so you can restore them,
08
2021-12-17
jrmu
# and you might try changing this file to be read-only to prevent a PmWiki
09
2021-12-17
jrmu
# upgrade from overwriting your altered version.
10
2021-12-17
jrmu
11
2021-12-17
jrmu
<IfModule !mod_authz_host.c>
12
2021-12-17
jrmu
Order Deny,Allow
13
2021-12-17
jrmu
Deny from all
14
2021-12-17
jrmu
</IfModule>
15
2021-12-17
jrmu
16
2021-12-17
jrmu
<IfModule mod_authz_host.c>
17
2021-12-17
jrmu
Require all denied
18
2021-12-17
jrmu
</IfModule>
19
2021-12-17
jrmu
IRCNow