Skip to content

Instantly share code, notes, and snippets.

@kroatoanweb
Created July 22, 2016 06:06
Embed
What would you like to do?
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !^www.tudominio.com$ [NC]
RewriteRule ^(.*)$ http://www.tudominio.com/$1 [L,R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment