[TYPO3-english] CoolURI and several naming schemes for URL with several domains

Jan Bednarik info at bednarik.org
Wed Aug 11 23:05:48 CEST 2010


Hi,

the default language for each domain will always be without language 
parameter (example.com/foo), that's OK. You just create pages in the 
default language.

Then you should define 2 website languages:

id=1 - english
id=2 - french

and in setup:

     <valuemap>
       <parameter>L</parameter>
       <value key="">0</value>
       <value key="en">1</value>
       <value key="fr">2</value>
     </valuemap>

Then, having english as default, you'd create french translations, 
ignoring english as another possible translation. And for french as 
default, you'd create english translations and ignore frech.

If your website has only 1 translation language and in one case you use 
it for french translation and in another case for english, then CoolUri 
cannot help you.

Regards

-- 
Jan Bednarik
www.bednarik.org - web about TYPO3 in czech


More information about the TYPO3-english mailing list