Skip to content

Instantly share code, notes, and snippets.

@aabir
Created December 16, 2014 06:54
Show Gist options
  • Save aabir/645ca4f53c0f8f0ef799 to your computer and use it in GitHub Desktop.
Save aabir/645ca4f53c0f8f0ef799 to your computer and use it in GitHub Desktop.
HTAccess file to redirect a site to its sub folder
<IfModule mod_rewrite.c>
Redirect /index.php http://example.com/shop/
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment