Created
October 10, 2018 09:14
-
-
Save ibnuh/32421085cf2783cb0f199205e981b4cb to your computer and use it in GitHub Desktop.
Laravel's cpanel htaccess
This file contains 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
<IfModulemod_rewrite.c> | |
RewriteEngine On | |
RewriteRule ^(.*)$ public/$1 [L] | |
</IfModule> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment