Skip to content

Instantly share code, notes, and snippets.

@dziudek
Created January 29, 2014 10:22
Show Gist options
  • Save dziudek/8685225 to your computer and use it in GitHub Desktop.
Save dziudek/8685225 to your computer and use it in GitHub Desktop.
HTACCESS - redirect subdomain to subdirectory
RewriteEngine on
RewriteCond %{HTTP_HOST} ^subdomain\.yourdomain\.com
RewriteRule ^(.*)$ http://www\.yourdomain\.com/subdomain/$1 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment