Created
March 31, 2025 06:23
-
-
Save noahjames404/e2375c5790fd1584b378b711bc371040 to your computer and use it in GitHub Desktop.
Laravel Rewrite Rule to public folder. Paste this on the root of the project.
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} !^/public/ | |
| RewriteRule ^(.*)$ /public/$1 [L,QSA] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wow😲