Skip to content

Instantly share code, notes, and snippets.

@coulterpeterson
Created April 12, 2021 18:37
Show Gist options
  • Save coulterpeterson/43f1a48a2b3fd8c8b511f80f80beb219 to your computer and use it in GitHub Desktop.
Save coulterpeterson/43f1a48a2b3fd8c8b511f80f80beb219 to your computer and use it in GitHub Desktop.
301/302 Redirects in htaccess
# Redirects
Redirect 302 https://www.oldurl.com/staff/ https://www.newurl.com/about/
Redirect 302 https://www.oldurl.com/staff https://www.newurl.com/about/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment