Skip to content

Instantly share code, notes, and snippets.

@kroatoanweb
Created July 22, 2016 06:08
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 kroatoanweb/bf8dc38753e6da647e93a37bb2812528 to your computer and use it in GitHub Desktop.
Save kroatoanweb/bf8dc38753e6da647e93a37bb2812528 to your computer and use it in GitHub Desktop.
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !^tudominio.com$ [NC]
RewriteRule ^(.*)$ http://tudominio.com/$1 [L,R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment