[TYPO3-dev] RealUrl Bug? MalConfiguration? Question...

Steffen Ritter info at rs-websystems.de
Wed Jun 2 14:30:33 CEST 2010


Hey list, Hi Dmitry,

just have a short question: had realurl around all the time and worked fine.

I have realurl configured to make /print.html if pagetype is 98.
SInce 1.8.0 it results to print.html?type=98.

Has there anything that has changed? Should I file an bgu report?

Corresponding config:
, 'fileName' => array (
		'index' => array(
			'print.html' => array(
				'keyValues' => array(
					'type' => '98',
				)
			),
			'print.pdf' => array(
				'keyValues' => array(
					'type' => '123',
				)
			)
			,'index.html' => array(
				'keyValues' => array(
					'type' => '0',
				)
			)
			

regards steffen




More information about the TYPO3-dev mailing list