[Typo3] home or not home?

Jeff Segars jsegars at alumni.rice.edu
Tue Aug 2 06:52:09 CEST 2005


Hey Christoph,
You can use the rootpage_id variable of realurl to fix this.  Open up 
typo3conf/localconf.php and find the RealURL configuration and fill in 
the correct ID.

$TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = array(
     'init' => ...
     'preVars' => ...
     'pagePath' => array(
         ...
         'rootpage_id' => 28,
     ),
     'postVarSets' => ...

The way I have set this up before and know it works is to have oubsu.org 
contain the page data and have home be shortcut to oubsu.org.  You might 
be able to get rootpage_id to work the other way, as you have it set up 
now, but I'm not positive.

Thanks,
Jeff



More information about the TYPO3-english mailing list