[TYPO3-english] cron_printlink and realurl

Victor Livakovsky v-tyok at mail.ru
Mon Feb 2 17:59:37 CET 2009


> Any of you know if cron_printlink works with realurl?
>
> I can't seem to get them work together. With the simulatestatic 
> cron_printlink works okay.
>
> When clicking the print image (in simulatestatic "...?type=98" gets to 
> be new window with myaddress.com/pagename.98.html and this works ok) but 
> with realurl I get nothing "extra" in the end of the address, just a new 
> window with exactly the same address.

If you still need this, just add such lines into your 'preVars' section 
of RealURL configuration:

'2' => array (
    'GETvar' => 'type',
    'valueMap' => array(
        'print' => '98',
    ),
    'noMatch' => 'bypass'
),


More information about the TYPO3-english mailing list