Skip to content

Instantly share code, notes, and snippets.

@RyanNutt
Created February 24, 2020 19:13
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 RyanNutt/feb76e4a18176511e88361b8dd923bf4 to your computer and use it in GitHub Desktop.
Save RyanNutt/feb76e4a18176511e88361b8dd923bf4 to your computer and use it in GitHub Desktop.
Redirect old domain to new domain root - https://stackoverflow.com/a/7578810/1561431
RewriteEngine on
RewriteRule ^(.*)$ http://www.newdomain.com/ [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment