Created
July 30, 2014 14:53
-
-
Save jpcontrerasv/64028168bfd29176b14e to your computer and use it in GitHub Desktop.
Redireccion root a subdirectorio
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
RewriteEngine On | |
RewriteRule ^$ /store [L] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment