Skip to content

Instantly share code, notes, and snippets.

@btoone
Created April 3, 2012 03:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save btoone/2289161 to your computer and use it in GitHub Desktop.
Save btoone/2289161 to your computer and use it in GitHub Desktop.
# Use .htaccess to redirect subdomains
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.yourwebsite.com
RewriteCond %{HTTP_HOST} ([^.]+)\.yourwebsite.com
RewriteRule ^(.*)$ /path_to_your_site/httpdocs/work_out.php?url=%1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment