Skip to content

Instantly share code, notes, and snippets.

@eguicciardi
Created November 8, 2013 15:25
Show Gist options
  • Save eguicciardi/7372578 to your computer and use it in GitHub Desktop.
Save eguicciardi/7372578 to your computer and use it in GitHub Desktop.
Drupal 7 .htaccess 301 Redirection example
RewriteRule ^NEW_PATH$ OLD_URL [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment