Skip to content

Instantly share code, notes, and snippets.

@joffilyfe
Last active October 20, 2015 20:32
Show Gist options
  • Save joffilyfe/d6678443d4235f8c0ee0 to your computer and use it in GitHub Desktop.
Save joffilyfe/d6678443d4235f8c0ee0 to your computer and use it in GitHub Desktop.
RewriteEngine On
RewriteBase /
RewriteCond %{THE_REQUEST} ^[A-Z]{3,}\s/+public/([^\s]+) [NC]
RewriteRule ^ %1 [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ /public/$1 [L,NC]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment