Skip to content

Instantly share code, notes, and snippets.

@jackfruh
Created February 10, 2015 18:11
Show Gist options
  • Save jackfruh/8f5185ba2a7bda29f0d5 to your computer and use it in GitHub Desktop.
Save jackfruh/8f5185ba2a7bda29f0d5 to your computer and use it in GitHub Desktop.
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^$ public/ [L]
RewriteRule (.*) public/$1 [L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment