Skip to content

Instantly share code, notes, and snippets.

@yxod
Created September 25, 2020 12:38
Show Gist options
  • Save yxod/9a5bb9b996752283aa0ebe8cf4687d7a to your computer and use it in GitHub Desktop.
Save yxod/9a5bb9b996752283aa0ebe8cf4687d7a to your computer and use it in GitHub Desktop.
RewriteEngine On
RewriteCond %{HTTP_HOST} domain1.ua
RewriteRule (.*) http://domain2.ua/$1 [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment