[TYPO3-english] Redirection

Jan Bednarik info at bednarik.org
Fri Apr 10 11:27:21 CEST 2015


Hi,

compare it with what I've sent.

[globalVar = GP:L = 1] means that this will work with L query parameter 
set to 1, but you want domain, so have a look at my previous post.

Jan

Dne 9. 4. 2015 v 9:47 shreyas srinivasa napsal(a):
> I am sorry, i found the TS. This is the contents of the script:
> config {
>      # Setup for default language (German)
>      language = de
>      locale_all = de_DE.UTF8
>      htmlTag_langKey = de
>
>      # Set up L as our language variable
>      linkVars = L
>
>      # Setup language uid
>      sys_language_uid = 0
>
>      # If a page is not translated we fall back to default language
>      sys_language_mode = content_fallback
>
> }
>
> # English
> [globalVar = GP:L = 1]
> config {
>      sys_language_uid = 1
>      language = en
>      locale_all = en_GB.UTF8
>      htmlTag_langKey = en
> }
> [global]
>
>
>
> Please let me know what has to be changed.



More information about the TYPO3-english mailing list