Skip to content

Instantly share code, notes, and snippets.

@seoagentur-hamburg
Created January 14, 2018 16:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seoagentur-hamburg/0f4705b55d4a8e6a7bbccb1871e3ebbb to your computer and use it in GitHub Desktop.
Save seoagentur-hamburg/0f4705b55d4a8e6a7bbccb1871e3ebbb to your computer and use it in GitHub Desktop.
Beispiel einer 301-Weiterleitung von einer alten auf eine neue Artikel-URL
RewriteEngine On
Redirect 301 /dein-alter-artikel/ https://www.deinewebsite.de/dein-neuer-artikel/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment