Reputation: 145
Could someone help me with configuration of realurl and tt_news? Now URL of my article is: news/tx_ttnews%5Btt_news%5D=2&cHash=4b99bd1be238096e329a50f38cf34b57
But I want something like this: news/title-of-my-article.
I am using latest Typo3 (ver. 6.0)
Thanks for any help !
Upvotes: 0
Views: 2487
Reputation: 55798
There is sample RealURL configuration in tt_news' folder, just copy its elements tou your own realurl manual config: typo3conf/ext/tt_news/res/realUrl_example_setup.txt
Most interesting for you are postVarSets
and probably fileName
.
Edit
To get rid some parts you need to use fixedPostVars
as described on known posts of Dmitry Dulepov (it's worthy to read it at all, he's RealURL's creator):
Upvotes: 2