Update .htaccess

This commit is contained in:
2026-02-21 20:37:46 +01:00
parent c093bb6244
commit 0cda890c32

View File

@@ -1,3 +1,12 @@
# Aktiviere Rewrite-Engine
<IfModule mod_rewrite.c>
RewriteEngine On
# 301 Redirects für alte URLs
Redirect 301 /geschenkkoerbe/ /index.html#services
Redirect 301 /anfrage/ /index.html#contact
</IfModule>
# Verhindere direkten Zugriff auf config.php
<Files "config.php">
Order Allow,Deny