[Typo3] Realurl Problem

Johannes Reichardt mailbox at gramba.net
Fri Nov 11 16:34:02 CET 2005


Hello List!

I got a problem with realurl. Right now i have such a configuration in 
localconf.php:

	'fixedPostVars' => array(

			'1841' => array( // /Location

			array(
				'GETvar' => 'lid',
				'lookUpTable' => array(
					'table' => ' tx_blabla_db',
					'id_field' => 'lid',
					'alias_field' => 'name',
					'useUniqueCache' => 1,
					'useUniqueCache_conf' => array(
						'strtolower' => 1,
					),
				),
			),
		),
	),

the problem is, that everything works fine but as it seems pages get 
resolved only when they where passed through typolink() before. So if i 
clear Realurl caches a direct access of such a configured page will fail 
but if typolink generates it it works again.

That is annoying since i have to access all such pages after clearing 
the cache to make sure google and direct visitors don´t get a 404 in 
that case.

Does someone know that problem and can help me about this so uncached 
urls get resolved "on the fly"?

- Johannes



More information about the TYPO3-english mailing list