Skip to content

Instantly share code, notes, and snippets.

Created August 23, 2016 14:09
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 anonymous/c52d1e1f05795b735809b693803f6fcb to your computer and use it in GitHub Desktop.
Save anonymous/c52d1e1f05795b735809b693803f6fcb to your computer and use it in GitHub Desktop.
301 Redirects erstellen für die .htaccess Datei
# ----------------------------------------------------------------------
# Redirects
# ----------------------------------------------------------------------
RewriteEngine On
Redirect 301 /das-ist-eine-lange-url/ http://www.deinedomain.de/348/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment