Skip to content

Instantly share code, notes, and snippets.

@fabienlege
Created April 22, 2020 19:57
Show Gist options
  • Save fabienlege/54b34b6361d98ba12433f79650bbff40 to your computer and use it in GitHub Desktop.
Save fabienlege/54b34b6361d98ba12433f79650bbff40 to your computer and use it in GitHub Desktop.
redirect to public dir
RewriteEngine On
RewriteCond %{REQUEST_URI} !^web
RewriteRule ^(.*)$ web/$1 [L]
RewriteBase /
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment