praiadeseselle/site/assets/backups/.htaccess

10 lines
254 B
ApacheConf
Raw Permalink Normal View History

2022-03-08 15:55:41 +01:00
# Start ProcessWire:pwball (install)
# Block all access (fallback if root .htaccess missing)
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order allow,deny
Deny from all
</IfModule>
# End ProcessWire:pwball