Skip to content

Instantly share code, notes, and snippets.

@moabi
Created August 28, 2017 15:29
Show Gist options
  • Save moabi/271d487691972e0e6ea6cfefda7a0401 to your computer and use it in GitHub Desktop.
Save moabi/271d487691972e0e6ea6cfefda7a0401 to your computer and use it in GitHub Desktop.
RewriteEngine on
RewriteCond %{THE_REQUEST} public/
RewriteRule ^public/(.*) http://site.dev/$1 [R=301,L]
RewriteCond %{REQUEST_URI} !public/
RewriteRule ^(.*)$ /public/$1 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment