Skip to content

Instantly share code, notes, and snippets.

@johnkingzy
Created February 20, 2018 00:23
Show Gist options
  • Save johnkingzy/8405825cad3b4c3c694cb2c238106718 to your computer and use it in GitHub Desktop.
Save johnkingzy/8405825cad3b4c3c694cb2c238106718 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