Carlo von Terragon
Carlo von Terragon

Reputation: 28

Typo3 9.5: Deactivate Slugs and use id=123 instead?

I updated from typo3 4.7 to 9.5 - with a fresh installation - and imported my old page tree.

Now the page-URLs and menu-links are "speaking urls" and not the original "index.php?id=123" URLs. But for many of my individual PHP Scripts i need the "old" link-style ...

Is it possible to de-activate the "Slug" URLs, so that all links are just index.php?id=123 , like in the older versions?

Upvotes: 0

Views: 483

Answers (3)

Claus Due
Claus Due

Reputation: 4261

The only way to achieve this is to delete all "Site" configuration, which causes TYPO3 to fall back on "NullSite" mode, which behaves the way you want.

Upvotes: 0

Wolfgang Wagner
Wolfgang Wagner

Reputation: 36

You do not need to deactivate this at all, because the "old" URLs still work.

Upvotes: 0

Stefanos Karasavvidis
Stefanos Karasavvidis

Reputation: 123

Speaking urls are only active if a site configuration is set up for your domain. Look for the site configuration module and delete the settings of your site, and clear the cache. Then the old url types should be used again

Upvotes: 1

Related Questions