Experimental project
This is a sandbox project, which contains experimental code for developer use only.
Akuma Language Domains:
-------------------------------------------------------------------
Language domains allows you to override the language specific domains configured
in your locale language admin settings.
When enabled, the domain setting set in the db (locale module) for a particular
language can be overriden in settings.php. You just need to add the $conf
entries as follows
$conf['akuma_domains']['example.com'] = 'en';
This is particularly useful when you have multiple different domains for one language.
For example we have 2 domains with different themes but they both must use Russian as language:
www.example.ru -- for desktop version
m.example.com -- for mobile
Then config entries would be like follow:
$conf['akuma_domains']['www.example.org'] = 'ru';
$conf['akuma_domains']['m.example.com'] = 'ru';
GETTING STARTED
-------------------------------------------------------------------
- Add $conf['akuma_domains']['domain'] = 'language_prefix'; for each language you have enabled and configured on your site.
- Install 'akuma_domains' in the usual way (http://drupal.org/node/895232)
- Flush at minimum menu caches.. or just flush them all.
- Browse to your overridden domains.
Note: Remember to do all your sites.php and web server configurations to set up
you domains first.
LINKS
-------------------------------------------------------------------
Project page: https://www.drupal.org/project/akuma_domains
Submit bug reports, feature suggestions: https://www.drupal.org/project/issues/akuma_domains
MAINTAINERS
-------------------------------------------------------------------
Nikita Makarov - https://www.drupal.org/user/1633480
Project information
Minimally maintained
Maintainers monitor issues, but fast responses are not guaranteed.Maintenance fixes only
Considered feature-complete by its maintainers.- Project categories: Developer tools, Administration tools
- Created by inri13666 on , updated
