Skip to content

Instantly share code, notes, and snippets.

@zGrav
Created February 8, 2018 09:49
Show Gist options
  • Save zGrav/d300e4dae7bb28489864b7c014101862 to your computer and use it in GitHub Desktop.
Save zGrav/d300e4dae7bb28489864b7c014101862 to your computer and use it in GitHub Desktop.
rosafgit
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^OLDDOMAIN\.com$ [NC]
RewriteRule ^(.*)$ http://NEWDOMAIN.com [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment