Skip to content

Instantly share code, notes, and snippets.

@nileshgr
Created November 23, 2014 06:12
Show Gist options
  • Save nileshgr/cc18e93eb218d451dd33 to your computer and use it in GitHub Desktop.
Save nileshgr/cc18e93eb218d451dd33 to your computer and use it in GitHub Desktop.
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{REQUEST_URI} =/
RewriteCond %{HTTP_HOST} =www.site.com
RewriteRule (.*) http://www.site.com/folder/ [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment