Update .htaccess
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user