[SOLVED] Re: [Typo3] md5 and simulateStaticDocuments configuration

Marco Bascietto m.bascietto at tele2.it
Mon Feb 28 11:06:22 CET 2005


Hello everybody,

My typo3 installation had this issue:

> I would like to configure SimulateStaticDocuments to md5 encode urls.
> My setup is just as many other's:
> 
> simulateStaticDocuments=1
> simulateStaticDocuments_noTypeIfNoTitle = 1
> simulateStaticDocuments_pEnc = md5
> simulateStaticDocuments_pEnc_onlyP = cHash, L, print, tx_ttnews
> [backPid], tx_ttnews[tt_news], tx_ttnews[pS], tx_ttnews[pL], tx_ttnews
> [arc], tx_ttnews[cat], tx_ttnews[pointer], tx_ttnews[swords]
> 
> Urls are correctly rewritten to something like 
> www.mydomain.com/home.html -pages have aliases- 
> but are not md5 encoded!
> 

Simulate Static Documents configuration was ok. 

The problem lied with a misconfiguration in tt_news, I had turned off
caching:
plugin.tt_news.allowCaching = 0
while it should of course be:
plugin.tt_news.allowCaching = 1

Marco




More information about the TYPO3-english mailing list