[TYPO3] TYPO3-english Digest, Vol 46, Issue 32

Sebastian Gaertner mchenzi at freenet.de
Tue Jul 10 15:04:32 CEST 2007


1. Real Url

I have had some similar stuff. I am just posting my code which sorted all out nicely.  Not sure if 
it helps but maybe it does a bit

config.tx_realurl_enable = 1
config.prefixLocalAnchors = all
config.uniqueLinkVars = 1
config.linkVars = L


[globalString= HTTP_HOST= *.de]
config.sys_language_uid = 1
config.language = de
config.baseURL = http://www.germanpage.de/
config.locale_all = de_DE
[globalString= HTTP_HOST= *.com]
config.sys_language_uid = 0
config.language = en
config.baseURL = http://www.englishpage.com
config.locale_all = en_IE at euro
[global]
#----------------------------------------------------------------------
[globalVar = GP:L=1]
config.sys_language_uid = 1
config.language = de_DE
config.baseURL = http://www.germanpage.de
page.10.marks.LANGUAGE.wrap = <a href="index.php?id=|&L=1">deutsch</a>
[global]

[globalVar = GP:L=0]
config.sys_language_uid = 0
config.language = en_EN
config.baseURL = http://www.englishpage.com
[global]

Cheers

Sebastian

typo3-english-request at lists.netfielders.de wrote:
> Send TYPO3-english mailing list submissions to
> 	typo3-english at lists.netfielders.de
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
> or, via email, send a message with subject or body 'help' to
> 	typo3-english-request at lists.netfielders.de
> 
> You can reach the person managing the list at
> 	typo3-english-owner at lists.netfielders.de
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of TYPO3-english digest..."
> 
> 
> Today's Topics:
> 
>    1.  real url - multiple domains (PEF)
>    2. Re: real url - multiple domains (Andreas Becker)
>    3. Re: Euro symbol (?) in UTF-8 from locallang.xml
>       (Manuel Rego Casasnovas)
>    4. Examples of 'cal' extension? (Albert van der Veen)
>    5. Re: real url - multiple domains (PEF)
>    6. Re: Website title in different languages (Jan Bednarik)
>    7. Re: Indexed search - results in one language only
>       (Rakowski Tomasz)
>    8. Re: Aliases in different languages (Rakowski Tomasz)
>    9. Re: Euro symbol (?) in UTF-8 from locallang.xml (Bernd Wilke)
>   10. Re: Aliases in different languages (Jan Bednarik)
>   11. Re: real url - multiple domains (Dmitry Dulepov)
>   12. Re: Euro symbol (?) in UTF-8 from locallang.xml (Dmitry Dulepov)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Tue, 10 Jul 2007 12:14:52 +0200
> From: PEF <xx at xx.xx>
> Subject: [TYPO3]  real url - multiple domains
> To: typo3-english at lists.netfielders.de
> Message-ID:
> 	<mailman.1.1184062371.23706.typo3-english at lists.netfielders.de>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> 
> Hi,
> 
> I'm having trouble with real url on multiple domains.
> When using info->speaking url management->ID-to-path mapping I'll get a 
> list of mapped urls for both domains - depending on the root-page.
> 
> In the front-end only one of the domains works as expected (rootpage_id 
> = 1), the other one fails to pass the requested pages (rootpage_id=168).
> 
> I've controlled that the rootpage_id for both domains are correct - 
> shows in the configuration section of speaking url management.
> 
> The errorlog says:
> File does not exists /data/http/it-intra/html/support, referrer 
> http://info-ny/
> 
> Seems to me, that the re-translation (or what it is) of the url doesn't 
> take place. The url in the front-end says: http://info-ny/support which 
> seems okay.
> 
> Anyone who can tell me what goes wrong?
> 
> Regards
> Peter Falk
> 
> 
> ------------------------------
> 
> Message: 2
> Date: Tue, 10 Jul 2007 17:58:42 +0700
> From: "Andreas Becker" <ab.becker at web.de>
> Subject: Re: [TYPO3] real url - multiple domains
> To: "TYPO3 English" <typo3-english at lists.netfielders.de>
> Message-ID:
> 	<mailman.5720.1184065123.29892.typo3-english at lists.netfielders.de>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> 
> Hi Peter
> 
> If you have PHP5 I would suggest that you change to cooluri it is very easy
> to accomplish what you are trying to do! It is especially designed also for
> multiple domain use and together with jb_status_code you could even prevent
> doubled content perfectly.
> 
> Read about it here in the tutorial. It is a solution which works right out
> of the box and you only need to install ONE extension instead of multiple
> extensions with often different or NO support. Jan (Developer from CoolUri)
> gives you a great support.
> 
> http://docs.google.com/View?docid=dd33gg45_3f8j96p
> http://download.bednarik.org/URITransformer.pdf   starting from page 19 it
> is very interesting
> 
> Andi
> 
> 
> 2007/7/10, PEF <xx at xx.xx>:
>> Hi,
>>
>> I'm having trouble with real url on multiple domains.
>> When using info->speaking url management->ID-to-path mapping I'll get a
>> list of mapped urls for both domains - depending on the root-page.
>>
>> In the front-end only one of the domains works as expected (rootpage_id
>> = 1), the other one fails to pass the requested pages (rootpage_id=168).
>>
>> I've controlled that the rootpage_id for both domains are correct -
>> shows in the configuration section of speaking url management.
>>
>> The errorlog says:
>> File does not exists /data/http/it-intra/html/support, referrer
>> http://info-ny/
>>
>> Seems to me, that the re-translation (or what it is) of the url doesn't
>> take place. The url in the front-end says: http://info-ny/support which
>> seems okay.
>>
>> Anyone who can tell me what goes wrong?
>>
>> Regards
>> Peter Falk
>> _______________________________________________
>> TYPO3-english mailing list
>> TYPO3-english at lists.netfielders.de
>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>>
> 
> 
> ------------------------------
> 
> Message: 3
> Date: Tue, 10 Jul 2007 13:06:30 +0200
> From: Manuel Rego Casasnovas <mrego at igalia.com>
> Subject: Re: [TYPO3] Euro symbol (?) in UTF-8 from locallang.xml
> To: TYPO3 English <typo3-english at lists.netfielders.de>
> Message-ID:
> 	<mailman.5724.1184065598.29892.typo3-english at lists.netfielders.de>
> Content-Type: text/plain; charset=windows-1252
> 
> 
> Hi Dmitry,
> 
> Dmitry Dulepov escribi?:
>> Try &#8364; instead of euro sign in locallang.xml.
>>   
> 
> I've tried it, but this doesn't work.
> 
> For my default language the euro sing is showed well, but for the other
> languages the sing showed is an ?.
> I don't know why only in the default language the euro sign is well.
> 
> Thank you,
>    Rego
> 


More information about the TYPO3-english mailing list