[Typo3] realurl - rewriting?

media.res | alex widschwendter a.widschwendter at mediares.at
Tue Feb 1 19:22:16 CET 2005


hi list,

i configured realurl to get the path i want.

ex: http://domain.tld/cat/subcat/

the problem is, i'm tranfered to the home page regardless what i click.

any ideas?

httpd.con like in realurl doku for vhosts.

localconf like this:

any help is real welcome, im fighting with this quite a time now!

tia alex

----------
$TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = array(
         'init' => array(
             'appendMissingSlash' => 'file',
             'emptyUrlReturnValue' => './',
             'enableCHashCache' => 1,
             'enableUrlDecodeCache' => 1,
             'enableUrlEncodeCache' => 1,
             ),
         'redirects' => array(
             ),
         'preVars' => array(
             array(
                 'GETvar' => 'L',
                 'valueMap' => array(
                     'de' => '1',
                     'fr' => '2',
                     'es' => '3',
                     ),
                 'noMatch' => 'bypass',
                 ),
             array(
                 'GETvar' => 'no_cache',
                 'valueMap' => array(
                     'nc' => 1,
                     ),
                 'noMatch' => 'bypass',
                 ),
             ),
         'pagePath' => array(
                 'type' => 'user',
                 'userFunc' => 
'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
                 'spaceCharacter' => '-',
                 'segTitleFieldList' => 
'tx_realurl_pathsegment,nav_title,title',
                 'languageGetVar' => 'L',
                 'expireDays' => 14,
                 ),
         'fixedPostVars' => array(
                 '122' => array(
                     array(
                         'GETvar' => 'tx_newloginbox_pi1[forgot]',
                         'valueMap' => array (
                             'send' => 1
                             )
                         ),
                     ),
                 ),
         'postVarSets' => array(
                 '_DEFAULT' => array (
                     'print' => array(
                         'type' => 'single',
                         'keyValues' => array (
                             'type' => 98
                             )
                         ),
                     'text' => array(
                         'type' => 'single',
                         'keyValues' => array (
                             'type' => 98
                             )
                         ),
                     'article' => array(
                         array(
                             'GETvar' => 'tx_ttnews[tt_news]',
                             ),
                         array(
                             'GETvar' => 'tx_ttnews[backPid]',
                             ),
                         ),
                     'category' => array(
                         array(
                             'GETvar' => 'tx_ttnews[cat]',
                             ),
                         ),
                     'entry' => array(
                             array(
                                 'GETvar' => 'tx_ttnews[pointer]',
                                 ),
                             ),
             ),
         ),
);
----------



More information about the TYPO3-english mailing list