Created
September 7, 2021 03:53
-
-
Save M4R14/75f20f94c1ab74c551f59023a7ff3c55 to your computer and use it in GitHub Desktop.
htaccess for laravel
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
| <IfModule mod_rewrite.c> | |
| RewriteEngine On | |
| RewriteRule ^(.*)$ public/$1 [L] | |
| RewriteRule .* - [e=HTTP_AUTHORIZATION:%1] | |
| </IfModule> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment