[TYPO3-UG Italy] RealURL: la via giusta?

Alessandro Tuveri at at uniud.it
Tue Nov 29 10:33:03 CET 2011


Ciao
se intendi l'array di configurazione -- che ho aggiunto manualmente in  
localconf.php e' il seguente:



// REALURL CONFIGURATION --------------------------

$TYPO3_CONF_VARS['FE']['addRootLineFields'] .=  
',tx_realurl_pathsegment,alias,na
v_title,title';
$TYPO3_CONF_VARS['EXTCONF']['realurl'] = array(
         'www.sito1.it' => array(
                 'pagePath' => array(
                         'type' => 'user',
                         'userFunc' =>  
'EXT:realurl/class.tx_realurl_advanced.php
:&tx_realurl_advanced->main',
                         'rootpage_id' => 1
                 ),
         ),
         'www.sito2.it' => array(
                 'pagePath' => array(
                         'type' => 'user',
                         'userFunc' =>  
'EXT:realurl/class.tx_realurl_advanced.php
:&tx_realurl_advanced->main',
                         'rootpage_id' => 265
                 ),
         ),
         'www.sito3.it' => array(
                 'pagePath' => array(
                         'type' => 'user',
                         'userFunc' =>  
'EXT:realurl/class.tx_realurl_advanced.php
:&tx_realurl_advanced->main',
                         'rootpage_id' => 285
                 ),
         )

);

----------------------------------------------------------------------------

La cosa comica e' questa;

* per i primi due siti vedo le cache in MYSQL che si popolano
* per il terzo sito proprio NO, sembra che ci sia qualcosa che  
impedisca l'inserimento del segmento in cache
* per i primi due i link presentati sono del tipo:
   http://www.sito1.it/nome_pagina/
   eccetera, quindi non c'e' alcun nome di file (es. index.html)
* per il terzo sito, invece, i link sono del tipo:
   http://www.sito3.org/?id=284 e cosi' via con '/?id=<pid>'.

grazie infinite!


ALESSANDRO TUVERI

--------------------------------------
AREA SERVIZI INFORMATICI E MULTIMEDIALI
Servizi WEeb d'Ateneo
Università degli Studi di Udine
tel. ufficio 0432-558904
--------------------------------------
Homo sine pecunia est imago mortis
--------------------------------------

----------------------------------------------------------------------
SEMEL (SErvizio di Messaging ELettronico) - AINF, Universita' di Udine



More information about the TYPO3-UG-Italy mailing list