[TYPO3-dev] Keeping a history of old URLs with RealURL

Francois Suter fsuter at cobweb.ch
Tue Feb 5 14:15:06 CET 2008


Hi Dmitry,

Thanks for your answer.

> Path cache stays. If entries are there, realurl will still find pages 
> using old path. And you can set expiration time for old paths if you 
> want (Web>Info module).

I see. I missed the pathcache table. I suppose it's still a question of 
unsetting that:

$TYPO3_CONF_VARS['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['clearAllCache_additionalTables']['tx_realurl_pathcache'] 
= 'tx_realurl_pathcache';

defined in realurl/ext_localconf.php otherwise the path cache gets 
emptied at every clear cache command. Shouldn't this be off by default? 
There could be a "Flush old paths when clearing cache" parameter and the 
above would be set only if that parameter were set. What do you think?

At least something should be mentioned in the manual about this...

Cheers

-- 

Francois Suter
Cobweb Development Sarl - http://www.cobweb.ch




More information about the TYPO3-dev mailing list