Created
March 8, 2017 22:32
-
-
Save claudiosanches/08a9a59cac7da86f1b6542c1c0021ac0 to your computer and use it in GitHub Desktop.
Redirect all pages to a new domain
This file contains 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 ^(.*)$ https://newdomain.com/$1 [R=301,L] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment