[TYPO3-english] RealURL and type parameter encoding

Xavier Perseguers typo3 at perseguers.ch
Fri May 14 16:07:13 CEST 2010


Hi,

No clue here? Meaning I'll have to dig into RealURL...

On 07/05/10 0:42 , Xavier Perseguers wrote:
> Hi,
>
> realurl.conf extract:
>
> ----------
> 'fileName' => array (
> 'index' => array(
> 'index.html' => array(
> 'keyValues' => array(
> 'type' => 0,
> ),
> ),
> 'robots.txt' => array(
> 'keyValues' => array(
> 'type' => 200,
> ),
> ),
> ----------
>
> TS:
>
> foo = PAGE
> foo {
> 10 = TEXT
> 10.typolink.parameter.data = TSFE:id
> 10.typolink.additionalParams = &type=200
> 10.typolink.returnLast = url
> }
>
> generates
>
> /robots.txt?type=200
>
> instead of simply
>
> /robots.txt
>
> I tried with
>
> foo = PAGE
> foo {
> 10 = TEXT
> 10.typolink.parameter = 5,200
> 10.typolink.returnLast = url
> }
>
> as test but result is the same.
>
> Running RealURL 1.8.0
>
> Actually the same applies for any other parameter:
>
> 'foobar.xls' => array(
> 'keyValues' => array(
> 'dumb' => 2,
> ),
> ),
>
>
> foo = PAGE
> foo {
> 10 = TEXT
> 10.typolink.parameter.data = TSFE:id
> 10.typolink.additionalParams = &dumb=2
> 10.typolink.returnLast = url
> }
>
> gives:
>
> /foobar.xls?dumb=2
>
> I'm too blind to see what's wrong...
>


-- 
Xavier Perseguers
http://xavier.perseguers.ch/en


More information about the TYPO3-english mailing list