[TYPO3-english] real url configuration

Patrik paprikb at gmail.com
Fri Jan 23 09:34:43 CET 2009


 I have a web site that is in one tree and contains a number of languages
for each language is a particular domain. I use ext: icti_language_on_domain
where automatically select a language based on the website domain name.
How configure real url, example?
problem is, when I write domain (www.domain.de) -> open www.domain.de/de


My TS:
on page I have configure languages (L)
L=0 (default) - si
L=1 (en)
L=2 (de)

-> configure domain       (www.domain.si, www.domain.en, www.domain.de)

real url
....
    'preVars' => array(
       array(
            'GETvar' => 'L',
             'valueMap' => array(
                'en' => '1',
                'de' => '3',
            ),
            # 'valueDefault' => 'si',
             'noMatch' => 'bypass',
         ),


    ),
    'pagePath' =>
        array (
          'type' => 'user',
          'userFunc' =>
'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
          'spaceCharacter' => '-',
          'languageGetVar' => 'L',
          'expireDays' => '3',
          'rootpage_id' => '4',
        ),
....

I think that is problem of config. realurl with multidomain.

Regards,
Patrik


More information about the TYPO3-english mailing list