From 0cda890c32fe2a071b5d681e4a27fa16ecf296f3 Mon Sep 17 00:00:00 2001 From: webfarben Date: Sat, 21 Feb 2026 20:37:46 +0100 Subject: [PATCH] Update .htaccess --- .htaccess | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.htaccess b/.htaccess index a75cc72..1f681b4 100644 --- a/.htaccess +++ b/.htaccess @@ -1,3 +1,12 @@ +# Aktiviere Rewrite-Engine + + RewriteEngine On + + # 301 Redirects für alte URLs + Redirect 301 /geschenkkoerbe/ /index.html#services + Redirect 301 /anfrage/ /index.html#contact + + # Verhindere direkten Zugriff auf config.php Order Allow,Deny