Skip to content

Instantly share code, notes, and snippets.

@tobalsan
Created July 29, 2014 11:34
Show Gist options
  • Save tobalsan/db261999d44136b705b5 to your computer and use it in GitHub Desktop.
Save tobalsan/db261999d44136b705b5 to your computer and use it in GitHub Desktop.
RewriteEngine on
RewriteCond %{HTTP_HOST} ^domain-name.com$ [NC,OR]
RewriteCond %{HTTP_HOST} ^www.domain-name.com$
RewriteCond %{REQUEST_URI} !folder/
RewriteRule (.*) /folder/$1 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment