thanhminh6996
7/2/2017 - 2:50 AM

Redirected to the public folder for Laravel

Redirected to the public folder for Laravel

<IfModule mod_rewrite.c>
    RewriteEngine On

    RewriteRule ^(.*)$ public/$1 [L]
</IfModule>