Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-25T15:40:10.000Z (3 months ago)
- Last Synced: 2024-10-14T22:10:22.923Z (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://img.shields.io/packagist/v/fritzmg/contao-simple-news-urls.svg)](https://packagist.org/packages/fritzmg/contao-simple-news-urls)
[![](https://img.shields.io/packagist/dt/fritzmg/contao-simple-news-urls.svg)](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.