[TYPO3-english] RealURL and type GET parameter

Rens Admiraal renst3 at e-rank.nl
Thu Mar 4 12:15:47 CET 2010


Hi,

Ok, maybe I should have posted the fileName parts I tried also...

If I use the following filename configuration:
'fileName' => array (
	'index' => array(
		'print.html' => array(
			'keyValues' => array (
				'type' => 1,
			)
		),
		'index.html' => array(
			'keyValues' => array()
		),
	),
	'_DEFAULT' => array(
		'keyValues' => array(
		)
	),
)

The following typoscript is now generating a link to index.html instead of
print.html (which I would expect...):
lib.textlink = TEXT
lib.textlink {
	value = Typolink
	stdWrap.typolink.parameter = 1,1
}

Is this the part of the manual you meant?


-----Original Message-----
From: typo3-english-bounces at lists.typo3.org
[mailto:typo3-english-bounces at lists.typo3.org] On Behalf Of Dmitry Dulepov
Sent: donderdag 4 maart 2010 11:30
To: typo3-english at lists.typo3.org
Subject: Re: [TYPO3-english] RealURL and type GET parameter

Hi!

On 2010-03-04 12:24:17 +0200, Rens Admiraal said:
> RealURL suprises me by stripping all 'type' parameters from the url's.

This parameter is special. RealURL manual will tell you what to do with it.

--
Dmitry Dulepov
TYPO3 expert / TYPO3 security team member Read more @
http://dmitry-dulepov.com/

_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english



More information about the TYPO3-english mailing list