Bootstrap-Website komplett: Parallax Hero, Logo, PHPMailer, responsive Banner-Bilder und neue Baumaschinen (CAT 906, Volvo ZL 302)

This commit is contained in:
2026-02-11 17:54:01 +01:00
parent 1bf30b23a3
commit a5dce8673c
43 changed files with 11484 additions and 0 deletions

18
.htaccess Normal file
View File

@@ -0,0 +1,18 @@
# Schutz der Konfigurationsdatei
<Files "config.php">
Order allow,deny
Deny from all
</Files>
# Schutz der PHPMailer-Dateien (nur über PHP-Includes erreichbar)
<FilesMatch "^(PHPMailer|SMTP|Exception)\.php$">
Order allow,deny
Deny from all
</FilesMatch>
# Optional: Schutz vor Directory Browsing
Options -Indexes
# Optional: PHP Fehler nicht anzeigen (für Produktivbetrieb)
php_flag display_errors Off
php_flag log_errors On