Laravel Application error

I’m use Laravel 7.24 in this site.
URL: https://the-creative-world.000webhostapp.com/

Error:


My .htaccess, located in public_html:

My session.php:

File Upload ScreenShot:

Already tried:
1. .htaccess - remove MultiViews from
<IfModule mod_negotiation.c>
Options -MultiViews-Indexes
</IfModule>

Now it looks:
<IfModule mod_negotiation.c>
Options -Indexes
</IfModule>

2. Set:
‘secure’ => env(‘SESSION_SECURE_COOKIE’, true),
‘same_site’ => ‘none’,

3. I looked for same issue on the forum, but did not find it.
Or laravel can be considered application?

How i upload the files:
I added all files in zip, uploaded to manage and unpuck it. Exception node_modules.

I’m often use translater, so please sorry for my english.
If u wish to help me, i will be happy. I think i don’t have enough experience to solve this error.

We don’t provide support for scripts or plugins, try troubleshooting using Laravel support forums or StackOverflow.com
You could toggle PHP versions on 000webhost to see if there is any difference.

Using

I’ve enabled debugging on your site, you’ll have to troubleshoot using the forums above.

This topic was automatically closed after 26 hours. New replies are no longer allowed.