René Teinze
René Teinze

Reputation: 49

TYPO3 t3events and readable URLs

I use the TYPO3 extension t3events. The docs are not up to date with the current version of Typo3.

I know I have to add some code of routeEnhancers in sites config.yaml. But don't know what and how.

How can I realize readable URLs for t3events within TYPO3 version 9 LTS and above?

Upvotes: 0

Views: 69

Answers (1)

Jonas Eberle
Jonas Eberle

Reputation: 2921

You are right with the routeEnhancers in site config.

If you need help implementing https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/9.5/Feature-86365-RoutingEnhancersAndAspects.html it might be easiest if you write down the different type of URLs you get.

I don't know t3events but I am sure somebody can help then.

Upvotes: 1

Related Questions