Skip to content

Instantly share code, notes, and snippets.

@Alicannklc
Created January 12, 2020 18:05
Show Gist options
  • Select an option

  • Save Alicannklc/223f010397f9105d711fca4f11e2db30 to your computer and use it in GitHub Desktop.

Select an option

Save Alicannklc/223f010397f9105d711fca4f11e2db30 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