https://github.com/fritzmg/contao-simple-news-urls
Simple Contao extension to allow news URLs without its reader page fragment
https://github.com/fritzmg/contao-simple-news-urls
contao contao-module
Last synced: about 1 month ago
JSON representation
Simple Contao extension to allow news URLs without its reader page fragment
- Host: GitHub
- URL: https://github.com/fritzmg/contao-simple-news-urls
- Owner: fritzmg
- License: lgpl-3.0
- Created: 2015-06-30T07:31:51.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-25T15:40:10.000Z (7 months ago)
- Last Synced: 2025-03-01T16:12:40.612Z (2 months ago)
- Topics: contao, contao-module
- Language: PHP
- Homepage:
- Size: 49.8 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://packagist.org/packages/fritzmg/contao-simple-news-urls)
[](https://packagist.org/packages/fritzmg/contao-simple-news-urls)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.