networkteam / Networkteam.Neos.ContentApi

A simple content API for Neos
MIT License
3 stars 3 forks source link

Redirects should (optionally?) take precedence over existing pages #11

Open lorenzulrich opened 2 months ago

lorenzulrich commented 2 months ago

Currently, redirects are a possible fallback if a page matching the path was not found.

By Neos defaults, redirects are executed before normal routing which seems more logical.

We came across this because of the following problem: