Skip to content

Instantly share code, notes, and snippets.

@sdglhm
Last active June 26, 2016 04:23
Show Gist options
  • Save sdglhm/3f64dd95a4e02bb28f9633f106fa2038 to your computer and use it in GitHub Desktop.
Save sdglhm/3f64dd95a4e02bb28f9633f106fa2038 to your computer and use it in GitHub Desktop.
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^sub\.yourdomain\.com$ [NC]
RewriteCond %{REQUEST_URI} !^/sub [NC]
RewriteRule ^(.*)$ /?x=$1 [L
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment