Skip to content

Instantly share code, notes, and snippets.

@SikhNerd
Created May 7, 2010 04:41
Show Gist options
  • Save SikhNerd/393062 to your computer and use it in GitHub Desktop.
Save SikhNerd/393062 to your computer and use it in GitHub Desktop.
RewriteEngine on
RewriteCond %{HTTP_HOST} ^sub.domain.tld$ [OR]
RewriteCond %{HTTP_HOST} ^www.sub.domain.tld$
RewriteRule ^(.*)$ "http\:\/\/127\.0\.0\.1\:12001%{REQUEST_URI}" [P,QSA,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment