Skip to content

Instantly share code, notes, and snippets.

@ratopi
Last active November 2, 2015 18:43
Show Gist options
  • Save ratopi/128554a8b4d66e730a91 to your computer and use it in GitHub Desktop.
Save ratopi/128554a8b4d66e730a91 to your computer and use it in GitHub Desktop.

Apache Rewrite Rule based on Hostname

RewriteEngine on

RewriteMap    lowercase "int:tolower"

RewriteCond   "${lowercase:%{HTTP_HOST}}"   "^www\.([^.]+)\.example\.com$"
RewriteRule   "^(.*)"                                        "/home/%1/www$1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment