[Typo3] Multiple Domain RealURL Issues

Matthew Manderson matthew at manderson.co.uk
Tue Aug 16 08:10:15 CEST 2005


> http://www.bpminstitute.org. Last week, I added
> http://www.soainstitute.org. At first look, the RealURL seems to work

First clue - You added a domain and it went wrong.

This code at the end of my config appears to be missing from yours.

    ), // end DEFAULT
    //domain config matching only this domain
    //must be path to installation
    'www.domain.com/cms/' => array(
         )  // end domain config
     );  // end $TYPO3_CONF_VARS['EXTCONF']['realurl'] = array(
//End RealURL config

I am not 100% with realURL so others may add more but not defining any
domain specific config will cause you problems. It certainly clears up
mine.

HTH

Matthew




More information about the TYPO3-english mailing list