Skip to content

Instantly share code, notes, and snippets.

@mrl22
Forked from ibnuh/.htaccess
Created September 19, 2019 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrl22/aef97b94dfe7c520b47debee75459750 to your computer and use it in GitHub Desktop.
Save mrl22/aef97b94dfe7c520b47debee75459750 to your computer and use it in GitHub Desktop.
Laravel's cpanel htaccess
<IfModulemod_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