collective.linguadomains is a Plone product that lets you manage translated domains and redirect user to correct domain according to negotiated language.
How to install
You can install this addon as any other Plone addons. Please follow official documentation: http://plone.org/documentation/kb/installing-add-ons-quick-how-to
This addon depends on Products.LinguaPlone
How to use
Once the addon is installed you have a controlpanel where you can configure each url for languages. Be warned no redirection happens if the url is not configured.
Example:
http://www.brussels.irisnet.be|en
http://www.brussel.irisnet.be|nl
http://www.bruxelles.irisnet.be|fr
Product's homepage
Requirements:
· Python
· Plone CMS
What's New in This Release: [ read full changelog ]
· Use 301 instead of 302 when doing redirect curl -s -w "%{http_code} %{url_effective}\n" "http://localhost:8080/Plone/fr" -o /dev/null