[TYPO3-dev] baseURL

Steffen Kamper steffen at dislabs.de
Wed Sep 6 10:30:05 CEST 2006


Hi list,

i don't know where the right place for this is in bug list, so I introduce 
it to you here.

Scenario: more then one domain pointing to the same Typo3-Root

old situation:

if ($GLOBALS['TSFE']->config['config']['baseURL']==='1')  {
    $GLOBALS['TSFE']->baseUrl = t3lib_div::getIndpEnv('TYPO3_SITE_URL');
   ...

new situation wouldn't work.

So why changed this one ? May be it would work if I have both possibilities, 
so for more than 1 domain:
baseURL = 1

and for 1 domain
baseURL = http:///www.domain.com/

Does this make sense ?

vg  Steffen 






More information about the TYPO3-dev mailing list