Skip to content

Instantly share code, notes, and snippets.

@trullock
Created August 31, 2012 10:15
Show Gist options
  • Save trullock/3551132 to your computer and use it in GitHub Desktop.
Save trullock/3551132 to your computer and use it in GitHub Desktop.
RewriteCond %{HTTPS} (on)?
RewriteCond %{HTTP:Host} ^(?!acc\.)(.+)$ [NC]
RewriteCond %{REQUEST_URI} (.+)
RewriteRule .? http(?%1s)://acc.%2%3 [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment