[TYPO3-english] Re: Redirection
shreyas srinivasa
shreyan17 at gmail.com
Thu Apr 9 09:47:28 CEST 2015
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