Skip to content

Instantly share code, notes, and snippets.

@ibnuh
Created October 10, 2018 09:14
Show Gist options
  • Save ibnuh/32421085cf2783cb0f199205e981b4cb to your computer and use it in GitHub Desktop.
Save ibnuh/32421085cf2783cb0f199205e981b4cb 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