Created
December 16, 2014 06:54
-
-
Save aabir/645ca4f53c0f8f0ef799 to your computer and use it in GitHub Desktop.
HTAccess file to redirect a site to its sub folder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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