[TYPO3-english] RealUrl multilanguage with and without country PathSegments
Basti Baumann
sb at typo3erweiterungen.de
Mon Sep 19 09:24:08 CEST 2011
Hi Dimitry,
> Final thing: do you use latest RealURL? I remember a problem with
> translated segments a couple of versions ago.
yes its the lates version.
>> $http_host_realurl = $rootpage_id[preg_replace('!^(www\.)!', '',
>> $_SERVER['HTTP_HOST'])];
>> $rootpage_id = array(
>> 'domain.de' => '2',
>> 'domain.com' => '2',
>> 'typo3.domain.de' => '2',
>> 'domain.nl' => '2',
>> );
>
> This may work but you never know. What if your web site is accessible by
> IP address or by some test domain? Than you will have problems. With
> multiple domains _DEFAULT should not be used at all.
>>> Don't use _DEFAULT for multidomain web sites. If you do, expect
problems
>>> sooner or later.
But how must I do that? For each domain a seperate real-url conf?
regards
Basti
More information about the TYPO3-english
mailing list