Skip to content

Instantly share code, notes, and snippets.

@ngobach
Created February 20, 2017 07:26
Show Gist options
  • Save ngobach/27bc55639867ba6ffb8f4524595b6177 to your computer and use it in GitHub Desktop.
Save ngobach/27bc55639867ba6ffb8f4524595b6177 to your computer and use it in GitHub Desktop.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment