> I want to use subdomains for the language of the content on the site. > Like en.mydomain.com, de.mydomain.com. Does anyone know a solutions for > this?
As far as I know, Cake will not do that on it's own. If you are using apache with mod_rewrite enabled, I guess you write rewrite-rules that map en.example.com/somepage into /en/somepage -- then change bootstrap.php to set the current language globally and remove the language part from the URI. Anselm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
