Skip to content

Fix site base path causing 404 on root URL #3

@dkd-dobberkau

Description

@dkd-dobberkau

Problem

Accessing https://tryout.ddev.site/ returns a 404 error instead of serving the site. This is because the TYPO3 site configuration (config/sites/camino/config.yaml) had base: /camino/, meaning TYPO3 only responded to requests under /camino/.

Fix

Changed base from /camino/ to / in config/sites/camino/config.yaml so the site responds on the root URL.

🤖 Generated with Claude Code

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions