承接 georgringer/sfeventmgt-redirect-slug-change 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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 13 Donate

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.

Thanks!

统计信息

  • 总下载量: 28
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2025-09-09