LanguageDomain

LanguageDomain
Install Download

Version 1.00
Author ImpressPages
License: MIT and LGPL
GIT https://github.com/impresspages-plugins/LanguageDomain.git
Downloads: 2263

Assign different domains for different languages of your website.

Description

This plugins gives you an option to set different domain for each language of your website.

Known issues:

  • sessions don't work cross-domain. This is the way browsers work. So you will have to login separately to administration panel of each language
  • if you develop the website under development domain and move website to the real domain, ImpressPages replaces all old URLs with new ones. With this plugin installed this meachanism doesn't work for other than the default domain.

Installation

Install as any other plugin.

Make sure all domains are assigned to the same directory in your Apache VirtualHost config. E.g. configuration of Apache:

<VirtualHost *:80>
    ServerName example.com
    ServerAlias example.es
    ServerAlias example.lt
    DocumentRoot /var/www/example.com
</VirtualHost>