• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • 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.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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!
 
Hallo !

did you create a Laravel skeleton with the laravel Toolkit or install all your Laravel app from Git ?
Rgds,
 
Back
Top