Skip to content

Instantly share code, notes, and snippets.

@mraubo
Created May 7, 2021 07:02
Show Gist options
  • Save mraubo/fe4f4d1b45ce98c2f21b6e961105b682 to your computer and use it in GitHub Desktop.
Save mraubo/fe4f4d1b45ce98c2f21b6e961105b682 to your computer and use it in GitHub Desktop.
Rewrite Root to subfolder
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^(www\.)?domain2\.com$ [NC]
RewriteRule !^subdir/ /subdir%{REQUEST_URI} [L,NC]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment