[TYPO3-english] Realurl quesiton
Vahan Amirbekyan
vamirbekyan at dgfoundation.org
Mon Apr 13 06:37:34 CEST 2009
please help...
I have the configuration below.
With this configuration postVars do not work.
If I remove "'noMatch' => 'bypass'," then the fixedPostVars does not work.
what is wrong?
'fixedPostVars' => array(
'_DEFAULT' => array (
array( 'GETvar' => 'tx_dgcontent_pi1[tt_news]',
'lookUpTable' => array (
'table' => 'tt_news',
'id_field' => 'uid',
'alias_field' => 'title',
'addWhereClause' => ' AND NOT
deleted',
'useUniqueCache' => '1',
'useUniqueCache_conf' => array (
'strtolower' => '1',
'spaceCharacter' => '-',
),
),
'noMatch' => 'bypass',
),
),
),
'postVarSets' => array (
.....
More information about the TYPO3-english
mailing list