Skip to content

Instantly share code, notes, and snippets.

@gtrias
Created February 19, 2015 13:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gtrias/54815b75bcd83194c9db to your computer and use it in GitHub Desktop.
Save gtrias/54815b75bcd83194c9db to your computer and use it in GitHub Desktop.
Change document root from htaccess
RewriteEngine on
RewriteBase /Retailer/
RewriteRule ^((?!public/).*)$ public/$1 [L,NC]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment