Created
February 24, 2020 19:13
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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