Re: [TYPO3-english] seperate language domain with realurl

2013-04-17 Thread Dmitry Dulepov

Hi!

Domi wrote:

this is my ts setup:


skip

Looks ok for me. Not sure what can be wrong here.

--
Dmitry Dulepov
TYPO3 CMS core  security teams member
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] seperate language domain with realurl

2013-04-10 Thread Domi

Hello Dmitry


You also need to TypoScript for correct language handling.

Would you be so kind giving an example for this? Would be great if you 
could update your blog post with it too, this would make the realurl 
setup really easy.


Thanks in advance,

Dominic

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] seperate language domain with realurl

2013-04-09 Thread Dmitry Dulepov

Hi!

Domi wrote:

Domain records exist, what else am I missing? If I enter my students.com
all german, all good. But if I enter students.org everything is still
german.


You also need to TypoScript for correct language handling.

--
Dmitry Dulepov
TYPO3 CMS core  security teams member
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] seperate language domain with realurl

2013-04-09 Thread Domi

On 04/09/2013 02:43 PM, Dmitry Dulepov wrote:

Hi!

Domi wrote:

Domain records exist, what else am I missing? If I enter my students.com
all german, all good. But if I enter students.org everything is still
german.


You also need to TypoScript for correct language handling.


Hi Dmitry,

this is my ts setup:

config {
  linkVars = L
  sys_language_uid = 0
  language = de
  locale_all = de_DE.UTF-8
  htmlTag_langKey = de-DE

  # default, content_fallback, strict, ignore
  sys_language_mode = content_fallback

  # 0, hideNonTranslated, 1
  sys_language_overlay = hideNonTranslated


}

[globalVar = GP:L = 4]
config.sys_language_uid = 4
config.language = en
config.locale_all = en-GB.UTF-8
config.htmlTag_langKey = en-GB
[global]

config.absRefPrefix = /
config.tx_realurl_enable = 1

I tried with the use of baseURL but without luck. Thanks for any hint

Regards,
Dominic
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] seperate language domain with realurl

2013-04-09 Thread Domi

Hello,


You also need to TypoScript for correct language handling.

Would be great if there is any working ts snippet that I can have a 
look. I am lost on half of the way and my setup does not make any 
rewriting at all.


Regards,

Dominic
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] seperate language domain with realurl

2013-04-08 Thread Domi

Hello,

after long while I am in need of a multidomain setup for multiple 
languages. I looked at Dmitry's blog posts of easy setup for realurl and 
the seperate language domain post:

http://www.dmitry-dulepov.com/2009/02/realurl-separate-language-domains-in.html

I took care of all points and this is how the realurl conf looks like in 
the backend info:


http://postimg.org/image/z3w6olyer/
http://postimg.org/image/vqny1w4tv/
http://postimg.org/image/oplnx307p/

Domain records exist, what else am I missing? If I enter my students.com 
all german, all good. But if I enter students.org everything is still 
german.


The .htaccess does everything fine and is just the basic sample file. 
Everything works with the /en /de rewriting, but the multidomain does 
not work.


Can somebody give me an advise what I miss out?

Thanks a lot!
Dominic
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english