Skip to content

Instantly share code, notes, and snippets.

@zledwon
Created April 14, 2017 20:45
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 zledwon/0867d6814095b5d8b7e975d5009e8ed9 to your computer and use it in GitHub Desktop.
Save zledwon/0867d6814095b5d8b7e975d5009e8ed9 to your computer and use it in GitHub Desktop.
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^$ webroot/ [L]
RewriteRule (.*) webroot/$1 [L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment