Description: Hello everyone,
I’m running a Laravel application on my server, which is managed via Plesk. The domain is registered through Strato and has been correctly pointed to my server. However, the site is not loading as expected. Instead of the Laravel application, I’m seeing either the default Laravel page or the Plesk site preview.
Here are a few details:
- The domain is correctly pointing to the server (via Strato A-Record).
- In the Plesk-Site-Preview, the following URL is displayed: http://85.xx.x.xx./plesk-site-preview/www.huresco.org/https/85.xx.xx.xxx/
- It seems that the /public folder of the Laravel app is not being correctly accessed.
bash
Code kopieren
404 GET /manifest.json HTTP/1.0
404 GET /runtime-service-worker.js
Here’s what I’ve checked so far:
- Document Root is set to /public.
- .htaccess in the public directory contains the standard Laravel rules.
- Cache has been cleared in Laravel (php artisan config:clear, route:clear, etc.).
- DNS entries at Strato are correct (A-Record for the main domain, CNAME for www).
- SSL is enabled and working.
Thanks in advance for your help!