Skip to content

Instantly share code, notes, and snippets.

@jamesdube
Created December 16, 2016 13:43
Show Gist options
  • Save jamesdube/a8c5b0cbf592fef2db2f3e2c4cc05d4e to your computer and use it in GitHub Desktop.
Save jamesdube/a8c5b0cbf592fef2db2f3e2c4cc05d4e to your computer and use it in GitHub Desktop.
Remove public from a Laravel application url
RewriteEngine On
RewriteRule ^(.*)$ public/$1 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment