[Typo3] Multiple Domain RealURL Issues

Michael Cannon michael at cannonbose.com
Tue Aug 16 17:35:45 CEST 2005


Matthew,

Thanks for the tickler.

Do you mean this domain portion?

$TYPO3_CONF_VARS['EXTCONF']['realurl']['www.soainstitute.org'] =  
$TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'];
$TYPO3_CONF_VARS['EXTCONF']['realurl']['www.soainstitute.org']['pagePath 
']['rootpage_id'] = 319;
$TYPO3_CONF_VARS['EXTCONF']['realurl']['soainstitute.org'] =  
'www.soainstitute.org';

My realurl.php contains the general RealURL configuration which is  
included by localconf.php. Then I added the above to it.

Any other ideas?

Michael


-----
Michael Cannon
Cannon Bose Project Manager
Tel    : +1 (206) 351-0159         Fax : +1 (802) 609-2776


On Aug 16, 2005, at 01:10, Matthew Manderson wrote:
> 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




More information about the TYPO3-english mailing list