You don't have permission to access / on this server.
i have set .htaccess in laravel root repo and set full permission for root folder
but can't work it
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>
i have set abow .htaccess code but it's not working