Bootstrap-Website komplett: Parallax Hero, Logo, PHPMailer, responsive Banner-Bilder und neue Baumaschinen (CAT 906, Volvo ZL 302)
This commit is contained in:
18
.htaccess
Normal file
18
.htaccess
Normal 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
|
||||
Reference in New Issue
Block a user