# Sicherheits-Protection für Autohaus Footer Images
Order Deny,Allow
Deny from all

# Apache 2.4+ Unterstützung
<IfModule mod_authz_core.c>
    Require all denied
</IfModule>

