Hey John, well the italian site will display news and all other content in Italian, while the .com in English.
The other solution I have is to use subdomains: it.mysite.com | en.mysite.com Daniel On 16 Dic, 14:18, John Andersen <[email protected]> wrote: > Is that a good idea? > > What about the content? Will the content be for Italy also, when the > domain is .it? > > Can you describe your site and what changes will happen to the > content, when a user changes the domain extension? > > Enjoy, > John > > On Dec 10, 4:48 pm, cakeFreak <[email protected]> wrote: > > > Hey guys, > > > developing a multilanguage application I thought to have different > > languages according to the domain extension: > > > i.e. > > mysite.com => english > > mysite.it => italian > > > How can I keep the user authenticated across the 2 domains via > > cookies? > > > --------------------------- > > I know that with subdomains you can just set the cookie config as > > follows: > > >http://book.cakephp.org/view/179/Controller-Setup > > > setting > > > $this->Cookie->domain = '*.example.com'; > > > --------------------------- > > > Cheers > > > Dan Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
