Questions tagged [drupal-domain-access]

The Domain Access module is a module for running a group of affiliated sites from one Drupal installation and a single shared database.

The Domain Access project is a suite of modules that provide tools for running a group of affiliated sites from one Drupal installation and a single shared database. The module allows you to share users, content, and configurations across a group of sites such as:

  • example.com
  • one.example.com
  • two.example.com
  • my.example.com
  • thisexample.com
  • example.com:3000

By default, sites share all tables in your Drupal installation. The Domain Prefix module allows for selective, dynamic table prefixing for advanced users.

Reference

15 questions
2
votes
2 answers

Node access/Views: What is the function of domain_site and domain_id realm

I'm getting duplicate nodes in a a view I've created in Drupal. It appears the issue is related to the way the join is done in views for the node_access table. Using devel, I see the following query: SELECT node.nid AS nid, …
cgp
  • 41,026
  • 12
  • 101
  • 131
1
vote
2 answers

Drupal 7, Domain Access, and SSO (Single Sign-On)

Has anyone made any headway with coming up with a single sign on solution with Domain access to date for Drupal 7? I've been looking closely at two old modules, one no longer maintained (SSO for D6) and one still maintained (CAS). I've also read…
ehime
  • 8,025
  • 14
  • 51
  • 110
1
vote
1 answer

Capturing Drupal7 DOM content before page load for comparison

We have an MU (Multisite) installation of Drupal7 here at work, and are trying to temporarily hold back the swarm of bots we receive until we get a chance to load our content. I wrote a quick and and dirty script to send 503 headers if we find a…
ehime
  • 8,025
  • 14
  • 51
  • 110
1
vote
1 answer

Got error in multiste ( Domain access module )

With few information about domain access module, i installed in my site, Am not aware how to manage content for multiple site, main site : http://happylife.in (drupal installed here) Sub domain http://devotional.happylife.in (i am not installed…
vlk
  • 53
  • 2
  • 7
1
vote
3 answers

Hide other domains' menus from node edit form on a Drupal site using domain access

I'm in the process of making some improvements to a live Drupal site that's using the Domain Access module to run a number of microsites. I'm trying to find a way of restricting the menus a user can post content to from the node edit screen. A user…
drmonkeyninja
  • 8,490
  • 4
  • 31
  • 59
1
vote
1 answer

Installing different theme and modules using Drupal domain module

I am trying to use drupal Domain module and I have domain_A and domain_B right now. Domain_A is my primary domain and B is the second one that I am trying to add. Domain B will have its own theme and some additional functionalists. Everything else…
0
votes
3 answers

Multiple domains and organic groups in Drupal

I want to setup one main site and four sub sites that share the same Drupal install. This is because the client has asked to have users that can edit all the sites from one CMS frontend and does not want to keep logging into separate drupal…
Camsoft
  • 11,718
  • 19
  • 83
  • 120
0
votes
1 answer

Drupal 7 Domain Access XML Sitemap

What is the best way to accomplish creating sitemaps for a Drupal 7 using domain access. I can generate the sitemaps using the xml module and domain access. I cannot however get to the sitemaps through their url. Any ideas how I do this?
aaron
  • 43
  • 1
  • 8
0
votes
2 answers

drupal 7 Configuration file location

I am relocating Drupal 7 website from Pantheon to new hosting and need to configure Domain Access module. But I find some troubles. Domain Access module gives me the error message: Domain module installation is incomplete. See INSTALL.txt and…
0
votes
1 answer

Url Alias not working for domain paths

I'm using domain access module in my website and have multiple domains in my website. For example I have the domains test.example.com (primary domain) test1.example.com When I create a sample content "Contact" and provide it with the URL alias as…
John Melchior
  • 417
  • 2
  • 5
  • 22
0
votes
1 answer

Drupal Domain Access module Settings Tab White Screen of Death WSOD

In the Drupal 7.x project I'm developing, I'm using Domain Access module. Somehow, when I try to access the Settings tab (admin/structure/domain/settings) I get a WSOD. ERROR LOG: [Wed May 07 11:20:08 2014] [error] [client 127.0.0.1] PHP Fatal…
0
votes
1 answer

How can i setup database and source code of single domain to be used by multiple domain in drupal?

I have a used domain access module (Drupal 7) for creating a website. My requirement is, there will be one main site and many sub websites in the same domain. all the sub websites will access the same database and the source code of main website.…
nishanth
  • 25
  • 4
0
votes
1 answer

Drupal Domain Access Authentication

I am using the domain access module https://drupal.org/project/domain for a city site. They have a lot of sub domains and these work fine for authentication. The users can go to any subdomain fire.#####city.gov/user and are able to login fine. Now…
Aaron Blakeley
  • 315
  • 1
  • 3
  • 13
0
votes
2 answers

Redirecting all subdomains to a domain

I am having an issue with one of my sites where I need to redirect all subdomains to the main domain name. I have a Drupal site set up that shares content between 2 domains (using the Domain module). Here is basically what is going on. In my…
Dustin
  • 4,314
  • 12
  • 53
  • 91
0
votes
1 answer

htaccess redirect subfolder of certain domain

I have a multi-subdomain multi-lingual website setup and I need to redirect a language subfolder of a certain domain. eg. au.domain.com/us/request_uri to au.domain.com/en/request_uri. This rule needs to be ignored on other domains. All domains are…