Cyberpanel can't access my /public/js & /public/img & /public/css & my other packages [Laravel]

Hi guys,

I’m new to cyberpanel, I’ve upload my laravel application on cyberpanel using file manager.
I also setup the DNS and other ip towards my website.

But when I access my website, it has an error. They can’t read my js, img, css.

i’ve tried to research on the community regarding this problem, but it doesn’t solve.

Here’s my htaccess on my /public

<IfModule mod_rewrite.c>
    <IfModule mod_negotiation.c>
        Options -MultiViews -Indexes
    </IfModule>

    RewriteEngine On

    # Handle Authorization Header
    RewriteCond %{HTTP:Authorization} .
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

    # Redirect Trailing Slashes If Not A Folder...
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_URI} (.+)/$
    RewriteRule ^ %1 [L,R=301]

    # Send Requests To Front Controller...
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^ index.php [L]
</IfModule>

I think, i have problems on htaccess, hehe
what do you think guys, i need help.
thank you in advance.

Hi @governor have you tried to fix permissions on file manager? Sometimes when we upload files, they go with our admin permits, and websites should run with specific-users permits.

If already done, could you provide more information about the error?