| 1 |
Module : Multi Domain
|
| 2 |
Author : Adrian Rossouw
|
| 3 |
Email : adrian@bryght.com
|
| 4 |
|
| 5 |
This is a module which allows you to configure which domains to use for different
|
| 6 |
parts of your site. It is also useful for switching to different protocols (ie: http / https)
|
| 7 |
for different parts of your site (ie: put all the ecommerce or user account stuff behind https)
|
| 8 |
|
| 9 |
This module was primarily developed for www.oasismag.com, because I want to host
|
| 10 |
different types of content, on different sites, while using the same database, so that I can
|
| 11 |
post information between the different sites, without having to worry about syndication
|
| 12 |
and the like.
|
| 13 |
|
| 14 |
This module requires the single sign on module, to allow you to be logged into multiple domains
|
| 15 |
at the same time.
|
| 16 |
|
| 17 |
This module will be extended in the future by userdomains.module, which will allow each user
|
| 18 |
to have their own sub domain on the site.
|