[TYPO3-dev] Problem with RealURL 1.9.0

Steffen Ritter info at rs-websystems.de
Fri Jun 4 12:04:02 CEST 2010


Am 04.06.2010 11:56, schrieb Dmitry Dulepov:
> Hi!
>
> Steffen Ritter wrote:
>> just installed the new realurl at the install I had the problem with
>> print.html?type=98
>>
>> The type problem has been gone as promised... BUT:
>> Linking across domains is broken when linking to the starting page...
>>
>> before the link went to domain.tl/
>> since 1.9.0 it goes to: domain.tl/.html, so it seems to me, ".html" is
>> jus string-appended without any checks.
>>
>> Do I need to configure sth. else?
>
> Please, post your complete 'fileName' configuration here.
>
	, 'fileName' => array (
		'index' => array(
			'drucken.html' => array(
				'keyValues' => array(
					'type' => '98',
				)
			),
			'drucken.pdf' => array(
				'keyValues' => array(
					'type' => '123',
				)
			)
			,'index.html' => array(
				'keyValues' => array(
					'type' => '0',
				)
			)
			, 'sitemap.xml' => array(
				'keyValues' => array(
				'type' => 200,
				)
			)
			
		)
		, 'defaultToHTMLsuffixOnPrev' => 1
		, 'acceptHTMLsuffix' => 1
	)




More information about the TYPO3-dev mailing list