[Typo3] Read wrong cache when using config.baseurl with multi-domain

Ries van Twisk typo3 at rvt.dds.nl
Fri Dec 16 19:30:06 CET 2005


Gilles Deacur wrote:

>Dennis Cheung wrote:
>  
>
>>Hi,
>>
>>I have search around, and I see somebody else have same problem(and he
>>didn't get response).
>>
>>When using typo3 with config.baseurl enabled.
>>
>>It will wrote requested/valid hostname into <base /> tag, and cache it
>>into sql server.
>>
>>The problem is.
>>When I read the same page, in another hostname (e.g. IP, subdomain,
>>private domain).
>>It read the same cache, and return the last <base /> tag with ANOTHER hostname.
>>
>>I guess baseurl=1 was disabled because of this reason??
>>
>>How can I force it using a different cache, or insert the hostname in
>>the last millisecond.
>>
>>Thanks,
>>Dennis
>>    
>>
>
>I'm not a Typo expert yet, so I feel as if my answer won't address your 
>problem, but here's a go at it anyway.
>
>During my searches for baseurl, the root name needs to be defined.
>
>It's not enough to do:
>
>config.baseURL = 1
>
>You need to add the next line as well:
>
>  
>

config.baseURL = 1
The above method is depreciated in 3.8.1 due to security issues.
you MUST use
config.baseURL = http://www.yourdomainname.com/


>config.baseURL = 1
>config.baseURL = http://www.yourdomainname.com/
>
>
>Gilles Deacur
>Sunshine Locksmith Team
>http://www.sunshinelocksmith.com
>http://www.sunshineteam.net
>_______________________________________________
>Typo3-english mailing list
>Typo3-english at lists.netfielders.de
>http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>  
>




More information about the TYPO3-english mailing list