79340088

Date: 2025-01-08 16:54:25
Score: 1
Natty:
Report link

Problem solved.

XAMPP does not automatically look for /public like Heroku seems to do.

Add your /public folder in httpd-vhosts.conf

<VirtualHost *:80>
    DocumentRoot "C:\xampp\htdocs\ARCADIA-2025-LASTRUN/public"
    ServerName ARCADIA-2025-LASTRUN.local
    <Directory "C:/xampp/htdocs/ARCADIA-2025-LASTRUN/public">
        Options -Indexes
        AllowOverride All
        Require all granted
    </Directory>
</VirtualHost>
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: IcyAuk