fritzmg / contao-simple-news-urls
Simple Contao extension to allow news URLs without its reader page fragment
Package info
github.com/fritzmg/contao-simple-news-urls
Type:contao-module
pkg:composer/fritzmg/contao-simple-news-urls
Fund package maintenance!
5.1.0
2025-07-20 13:36 UTC
Requires
- php: >=8.2
- contao/core-bundle: ^5.3
- contao/news-bundle: ^5.3
- doctrine/dbal: ^3.0 || ^4.0
- symfony-cmf/routing: ^3.0
- symfony/config: ^6.4 || ^7.3
- symfony/dependency-injection: ^6.4 || ^7.3
- symfony/event-dispatcher: ^6.4 || ^7.3
- symfony/http-foundation: ^6.4 || ^7.3
- symfony/http-kernel: ^6.4 || ^7.3
- symfony/routing: ^6.4 || ^7.3
Requires (Dev)
- contao/easy-coding-standard: ^6.0
- contao/rector: ^1.0
- maglnet/composer-require-checker: ^4.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Contao Simple News URLs
This Contao extension allows news URLs without its reader page fragment. Instead of having an URL like
example.org/reader-page/news-entry
all news entries will instead be reachable via their alias directly, e.g.
example.org/news-entry
when enabled in the respective news archive. There will also be a 301 redirect from the old URL to the new one.
Note: the extension enforces these URLs, i.e. the URL prefix and suffix settings of the website root will be disregarded.