Skip to content

Instantly share code, notes, and snippets.

@hmngwy
Created February 20, 2015 08:07
Show Gist options
  • Save hmngwy/f195847933758c94fbe9 to your computer and use it in GitHub Desktop.
Save hmngwy/f195847933758c94fbe9 to your computer and use it in GitHub Desktop.
Apache Canonical Redirect for any Domain #rewriteengine #htaccess #mod_rewrite
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www
RewriteRule (.*) http://www.%{HTTP_HOST}/$1 [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment