[TYPO3] Menu doesnt work with multiple domain records

Katja Lampela katja.lampela at lieska.net
Fri Sep 14 15:15:29 CEST 2007


Brian Bendtsen kirjoitti:
> Katja Lampela skrev:
>> Hi Brian,
>> I don't know much of the previous discussion but here's my working ts 
>> setup for multiple domain (and realURL):
>>
>>
>> config.simulateStaticDocuments = 0
>> config.baseURL = http://www.mydomain.fi/
>> config.tx_realurl_enable = 1
>> config.linkVars =
>> config.prefixLocalAnchors = all
>> config.domainTarget = _top
>>
>> - Katja
>>
> Hi
> 
> I cant use baseURL because I have an extension installed which depends 
> on the active domain record.
> 
> If I set baseURL to www.domain.com but enter the site with 
> www.domain1.com, the site changes back to www.domain.com when I for 
> example click a sub menu item.
> 
> And on several sub menu item pages I check for current domain record and 
> this way it will always return www.domain.com.
> 
> /Brian Bendtsen

In my second site which has the "mydomain2" record I have in the ts setup:

config.simulateStaticDocuments = 0
config.baseURL = http://www.mydomain2.fi/
config.tx_realurl_enable = 1
config.linkVars =

Did you try that?
- Katja


More information about the TYPO3-english mailing list