Files
MtoRagSystem/DELETE_PUBLIC_INDEX_HTML.txt
2026-05-11 11:18:36 +02:00

8 lines
299 B
Plaintext

This patch intentionally removes public/index.html.
Reason:
If public/index.html remains in the document root, many web servers serve it before public/index.php and the Symfony route / will not reach App\Controller\Chat\ChatController.
When applying this patch manually, delete:
public/index.html