Created
February 20, 2015 08:07
-
-
Save hmngwy/f195847933758c94fbe9 to your computer and use it in GitHub Desktop.
Apache Canonical Redirect for any Domain #rewriteengine #htaccess #mod_rewrite
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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