Skip to content

Instantly share code, notes, and snippets.

@pritdeveloper
Last active November 7, 2016 19:51
Show Gist options
  • Save pritdeveloper/c4bdb0361d05bc10c690 to your computer and use it in GitHub Desktop.
Save pritdeveloper/c4bdb0361d05bc10c690 to your computer and use it in GitHub Desktop.
#sub-domain to sub-folder
RewriteEngine on
RewriteCond %{HTTP_HOST} ^(.*)\.domain\.com
RewriteRule ^(.*)$ http://domain.com/subdomains/%1/$1 [L,NC,QSA]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment