[TYPO3-english] RealUrl and TypoLink

Sinisa Mitrovic sinisa.mitrovic at avisto-eastern.com
Wed Jul 20 17:06:21 CEST 2016


Hello,

On link https://wiki.typo3.org/Realurl/manual we have section "preVars" 
with code sample:

     'preVars' => array(
         array(
             'GETvar' => 'no_cache',
             'valueMap' => array(
                 'no_cache' => 1,
             ),
             'noMatch' => 'bypass',
         ),
         array(
             'GETvar' => 'L',
             'valueMap' => array(
                 'dk' => '1',
                 'danish' => '1',
                 'uk' => '2',
                 'english' => '2',
             ),
             'noMatch' => 'bypass',
         ),
     ),

And explanation about generated link:
danish/123/print.html

Is it possible to tell / force typolink to generate link with first 
value like:
dk/123/print.html

Best regards,
Sinisa Mitrovic



More information about the TYPO3-english mailing list