Skip to content

Instantly share code, notes, and snippets.

@steveosoule
Created January 4, 2013 01:13
Show Gist options
  • Select an option

  • Save steveosoule/4449096 to your computer and use it in GitHub Desktop.

Select an option

Save steveosoule/4449096 to your computer and use it in GitHub Desktop.
Force WWW On All Pages
# FORCE WWW ON ALL PAGES
RewriteCond %{HTTP_HOST} !^www\.(.+)
RewriteCond %{HTTPS}s ^(on(s)|offs)
RewriteRule ^ http%2://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment