• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Question Issue with Laravel on Plesk server - Domain not pointing to the correct directory

JensS

New Pleskian

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:

Error logs show:

bash
Code kopieren
404 GET /manifest.json HTTP/1.0
404 GET /runtime-service-worker.js

Here’s what I’ve checked so far:

  1. Document Root is set to /public.
  2. .htaccess in the public directory contains the standard Laravel rules.
  3. Cache has been cleared in Laravel (php artisan config:clear, route:clear, etc.).
  4. DNS entries at Strato are correct (A-Record for the main domain, CNAME for www).
  5. SSL is enabled and working.
Does anyone have any ideas what I might be missing or how I can correctly point the domain to the Laravel app in the /public directory?

Thanks in advance for your help!
 
Back
Top