joomla-component/libraries/vendor_getbible/htaccess.txt

10 lines
150 B
Plaintext
Raw Permalink Normal View History

2023-07-26 09:09:42 +00:00
# Apache 2.4+
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
# Apache 2.0-2.2
<IfModule !mod_authz_core.c>
Deny from all
</IfModule>