[TYPO3-dev] realUrl forgets pathsegment (L-Parameter) if caching of typo3 is activated
Stefan
stefan.busemann at web.de
Mon Apr 27 20:43:45 CEST 2009
Hi folks,
i'm fighting with a problem in my real url conf / typo3 cache. If i
enable no_cache = 1 then realurl works. If i want to use the typo3
caching (by setting no_cache = 0), then realurl "forgets" the language
parameter.
I'm using typo3 4.2.6 and realurl 1.5.3
$TYPO3_CONF_VARS['EXTCONF']['realurl'] = array(
// Konfiguration für beetz.de Internetseite
'_DEFAULT' => array(
'init' => array (
'respectSimulateStaticURLs' => 1,
'rootpage_id' => 1
),
'rewrite' => array(
),
'preVars' => array(
array(
'GETvar' => 'L',
'valueMap' => array(
'de' => '0',
'en' => '1',
'valueDefault' => 'de',
),
),
),
'fileName' => array (
'index' => array(
'index.html' => array(
'keyValues' => array()
),
),
),
'pagePath' => array(
'type' => 'user',
'userFunc' =>
'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
'spaceCharacter' => '_',
'languageGetVar' => 'L',
'disablePathCache' => 1,
'rootpage_id' => 1,
'dontResolveShortcuts' => 1
),
),
);
Does anyone has an idea?
stefan
More information about the TYPO3-dev
mailing list