Skip to content

Instantly share code, notes, and snippets.

@syn-arch
Created June 16, 2023 04:24
Show Gist options
  • Save syn-arch/0b2aa85a899aabb696ac61eb6a3d58fc to your computer and use it in GitHub Desktop.
Save syn-arch/0b2aa85a899aabb696ac61eb6a3d58fc to your computer and use it in GitHub Desktop.
<IfModule mod_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