Skip to content

Instantly share code, notes, and snippets.

@kroatoanweb
Created July 22, 2016 06:06
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/ffa39957e9d94f9c57c7b07c648efbea to your computer and use it in GitHub Desktop.
Save kroatoanweb/ffa39957e9d94f9c57c7b07c648efbea to your computer and use it in GitHub Desktop.
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