[TYPO3-english] RealURL and type parameter encoding

Taras Sajuk taras.sajuk at googlemail.com
Wed May 19 11:01:05 CEST 2010


Maybe there is some other misconfig. It works for me with:


>   'fileName' => array (
>     'index' => array(
>       'rss.xml' => array( 'keyValues' => array( 'type' => 100)),
>       'rss091.xml' => array( 'keyValues' => array( 'type' => 101)),
>       'rdf.xml' => array( 'keyValues' => array( 'type' => 102)),
>       'atom03.xml' => array( 'keyValues' => array( 'type' => 103)),
>       'atom.xml' => array( 'keyValues' => array( 'type' => 104)),
>       'feed.xml' => array( 'keyValues' => array ('type' => 100)),
>       'tomsnetworking_pdf.pdf' => array( 'keyValues' => array ('type' =>
> 123)),
>       'index_print.html' => array( 'keyValues' => array ('print' => 1)),
>       'page1.html' => array( 'keyValues' => array
> ('tx_rlmpofficeimport_pi1[page]' => 1)),
>       'page2.html' => array( 'keyValues' => array
> ('tx_rlmpofficeimport_pi1[page]' => 2)),
> ...
>
>       'page39.html' => array( 'keyValues' => array
> ('tx_rlmpofficeimport_pi1[page]' => 39)),
>       'page40.html' => array( 'keyValues' => array
> ('tx_rlmpofficeimport_pi1[page]' => 40)),
>       'index.html' => array( 'keyValues' => array ()),
>       '_DEFAULT' => array( 'keyValues' => array ()),
>     ),
>   ),
>


no &type= params added to URL for me. Maybe you should add the index and
default entries?

Specific combinations of flename and postvarsets can lead to bad results.
But if a filname clause is honored, the triggering parameter is always
removed from the param string.

Taras Sajuk



2010/5/14 Xavier Perseguers <typo3 at perseguers.ch>

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


More information about the TYPO3-english mailing list