Speaking Urls

Description

2019-03-08

TYPO3 currently relies on external extensions like realurl and cooluri to transform its frontend URLs from:

www.mysite.com/index.php?id=12&L=1&tx_myext%5Bmyext%5D=1...

into a more understandable and SEO-friendly:

www.mysite.com/en/title-of-my-page/details/title-of-my-extension-record/

For this to work the webserver must be configured to rewrite URLs. Apache, for example, must have the module mod_rewrite installed and working.

Note: An integrated solution is planned for TYPO3 version 9 LTS.

Blog postings