Created
April 22, 2020 19:57
-
-
Save fabienlege/54b34b6361d98ba12433f79650bbff40 to your computer and use it in GitHub Desktop.
redirect to public dir
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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