Skip to content

Instantly share code, notes, and snippets.

@vrushank-snippets
Last active July 17, 2019 10:55
Show Gist options
  • Save vrushank-snippets/78ea114ea2cc58e86841 to your computer and use it in GitHub Desktop.
Save vrushank-snippets/78ea114ea2cc58e86841 to your computer and use it in GitHub Desktop.
HTACCESS : Add www. to the URL
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