Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jpcontrerasv/64028168bfd29176b14e to your computer and use it in GitHub Desktop.
Save jpcontrerasv/64028168bfd29176b14e to your computer and use it in GitHub Desktop.
Redireccion root a subdirectorio
RewriteEngine On
RewriteRule ^$ /store [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment