AamAadmiParty / india-standalone-drupal

A drupal based website that currently powers http://aamaadmiparty.org/, the "main" site. It is different from other AAP websites in drupal for primarily large scale email sending capabilities, among many other small things. (This website is a contender for merging with 'regional-domainsite-drupal' reposiroty when the latter is ready)
GNU General Public License v2.0
0 stars 1 forks source link

Enable mutli-domain access on India Site #164

Closed akshatkhariwal closed 10 years ago

akshatkhariwal commented 10 years ago

List of LIVE State sites

Installation Guide for Domain.

Add following code in settings.php before enabling the module. // Add the domain module setup routine. include DRUPAL_ROOT . '/sites/all/modules/contrib/domain/settings.inc'; // for single sign on $cookie_domain = '*.aamaadmiparty.org';

akshatkhariwal commented 10 years ago

The Multi-Domain site is now working on Stage.

Have created one sub-domain for Rajasthan: rj.stage.aamaadmiparty.org IP: 54.251.102.112

For configurations options for Domain Access you can go to: http://stage.aamaadmiparty.org/admin/structure/domain

Single Sign On is not working right now. Need to Debug it.

akshatkhariwal commented 10 years ago

Enable Domain Ctools(domain_ctools) module on prod to show blocks domain specifically.

akshatkhariwal commented 10 years ago

Show Facebook and Twitter Blocks for Multi Domains.

sumeetpareek commented 10 years ago

Done.