[TYPO3] realurl and page type

Dmitry Dulepov typo3 at fm-world.ru
Fri Jan 27 08:14:39 CET 2006


Hi!

Ronald Renfro wrote:
> can anyone explain how to setup the realurl page type var
> or point me in the right direction

See if this helps:

======================
	    'postVarSet' => array(
		array(
		    'GETvar' => 'cmd',
		    'valueMap' => array(
		    ),
		),
		array(
		    'GETvar' => 'proj',
		    'valueMap' => array(
		    ),
		),
		array(
		    'GETvar' => 'type',
		    'valueMap' => array(
		    ),
		),
	    )
======================

It says that all these values should be passed in raw form to FE.

Dmitry.



More information about the TYPO3-english mailing list