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