Skip to content

Instantly share code, notes, and snippets.

@quagliato
Created October 22, 2013 13:26
Show Gist options
  • Save quagliato/7100755 to your computer and use it in GitHub Desktop.
Save quagliato/7100755 to your computer and use it in GitHub Desktop.
Redirect 301 from no-www URL to www URL
RewriteEngine On
RewriteCond %{HTTP_HOST} ^copacabanaclub\.com\.br$
RewriteRule ^(.*) http://www.copacabanaclub.com.br/$1 [R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment