georgringer/sfeventmgt-redirect-slug-change
最新稳定版本:1.0.1
Composer 安装命令:
composer require georgringer/sfeventmgt-redirect-slug-change
包简介
Generate redirect if the slug changes for events of EXT:sf_event_mgt
README 文档
README
TYPO3 Extension sfeventmgt_redirect_slug_change
This extension generates redirects for records of EXT:sf_event_mgt if the slug is changed:
- Detail view
- Registration view
Setup
Install the extension just as any other extension as well.
- Use
composer req georgringer/sfeventmgt-redirect-slug-change
Configuration
Configuration within the config.yaml of the site configuration:
redirectsSfeventmgt: detailPageId: 123 registrationPageId: 456 # Automatically create redirects for event records with a modified slug (works only in LIVE workspace) # (default: true) autoCreateRedirects: true # Time To Live in days for redirect records to be created - `0` disables TTL, no expiration # (default: 0) redirectTTL: 30 # HTTP status code for the redirect, see # https://developer.mozilla.org/en-US/docs/Web/HTTP/Redirections#Temporary_redirections # (default: 307) httpStatusCode: 307
Say thanks
If you are using this extension in one of your projects or for a client, please think about sponsoring this extension.
- Paypal: https://www.paypal.me/GeorgRinger/20
- or contact me if you need an invoice
Thanks!
统计信息
- 总下载量: 28
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2025-09-09