Skip to content

Instantly share code, notes, and snippets.

@elkebirmed
Created March 30, 2019 14:49
Show Gist options
  • Save elkebirmed/daee62330d1b1b3db93c60c270ba163a to your computer and use it in GitHub Desktop.
Save elkebirmed/daee62330d1b1b3db93c60c270ba163a to your computer and use it in GitHub Desktop.
RewriteEngine on
RewriteCond %{HTTP_HOST} ^site.com$ [NC,OR]
RewriteCond %{HTTP_HOST} ^www.site.com$
RewriteCond %{REQUEST_URI} !public/
RewriteRule (.*) /public/$1 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment