CODEBOX : SEO

.htaccess 301 redirects

# tourenguide.ch redirects rules

RedirectMatch 301 ^/de/tourentipps(.*) /de/touren$1

RedirectMatch 301 ^/d/home(.*) /de/touren.html
RedirectMatch 301 ^/f/home(.*) /fr/randos.html

RedirectMatch 301 ^/d(/[^/]*)/?$ /de/touren$1.html
RedirectMatch 301 ^/f(/[^/]*)/?$ /fr/randos$1.html

RedirectMatch 301 ^/d/(.*)/index.php /de/touren/$1.html
RedirectMatch 301 ^/f/(.*)/index.php /fr/randos/$1.html

RedirectMatch 301 ^/d/(.*)/([^/]*)(/.*)?$ /de/touren/$1/$2.html
RedirectMatch 301 ^/f/(.*)/([^/]*)(/.*)?$ /fr/randos/$1/$2.html