[TYPO3-english] tt_news and realURL
maaboo
maaboo at gmail.com
Fri Dec 12 11:36:54 CET 2008
<?php
$TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = array(
'init' => array(
'enableUrlDecodeCache' => 1,
'enableUrlEncodeCache' => 1,
'enableCHashCache' => 1,
'appendMissingSlash' => 0,
),
'pagePath' => array(
'type' => 'user',
'userFunc' =>
'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
'spaceCharacter' => '_',
'languageGetVar' => 'L',
'expireDays' => 60,
'rootpage_id' => 14,
'segTitleFieldList' => 'tx_realurl_pathsegment,alias,uid',
'disablePathCache' => 0,
'firstHitPathCache' => 1,
'autoUpdatePathCache' => 0,
'dontResolveShortcuts' => 0,
),
'postVarSets' => array(
'GETvar' => 'tx_ttnews[tt_news]',
),
);
?>
AFAIR, that's all, if you can launch default config and it works. :-)
2008/12/12 Thomas Lunde <tlp at netimage.dk>
> Hi again,
> Can you give me the exact code you are using?
> Because something is missing in the code you posted..
>
> And...is this all you done to make tt_news work with realURL?
>
>
--
with respect, Grigory
ICQ UIN: 22694713
More information about the TYPO3-english
mailing list