[TYPO3-german] Re: TYPO3 6.1 - 404 bei tx_news und comments

Rob De Vries dev at rob-ot.be
Mon May 27 13:59:38 CEST 2013


change 'noMatch' => 'null',

to 'noMatch' => 'bypass'


example :
array(
					'GETvar' => 'tx_news_pi1[controller]',
					'noMatch' => 'bypass',
					'default' => 'News',
				),
				array(
					'GETvar' => 'tx_news_pi1[action]',
					'noMatch' => 'bypass',
					'default' => 'detail',
				),
				



kind regards
Rob


More information about the TYPO3-german mailing list