Skip to content

Instantly share code, notes, and snippets.

@noahjames404
Created March 31, 2025 06:23
Show Gist options
  • Select an option

  • Save noahjames404/e2375c5790fd1584b378b711bc371040 to your computer and use it in GitHub Desktop.

Select an option

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.
RewriteEngine On
RewriteCond %{REQUEST_URI} !^/public/
RewriteRule ^(.*)$ /public/$1 [L,QSA]
@angelotaruc2002
Copy link

wow😲

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment