Questions tagged [drupal-multi-domain]

11 questions
1
vote
1 answer

Clone a Drupal site in the same multi-site installation?

I want to make a clone of one of the sites on my Drupal multi-site installation so I can try out some changes without impacting the live site. Unlike the question Can I clone drupal site on the same server? I don't want to create a new drupal…
Paul Tomblin
  • 179,021
  • 58
  • 319
  • 408
1
vote
3 answers

How to install site-specific modules in a Drupal 7 multi-site?

I have a "multi-site" installation of Drupal 7, which means that I have these folders in my "sites" folder: all domain.one domain.two domain.x And in each of these folders, I also have "modules" and "themes" folders. If I click the "install new…
NSp
  • 23
  • 1
  • 6
1
vote
1 answer

Varnish VCL Configuration for Multisite Drupal?

My current setup is: Varnish at :80 and Drupal at :8080 are on same box Drupal is running as Multisites, such as, site1.xx.com, site2.xx.com Multisite Domains are settled by Apache V.Hosts Is there any Standard/Common VCL Configuration using on…
夏期劇場
  • 17,821
  • 44
  • 135
  • 217
0
votes
0 answers

Cypress does not show the final page after running cy.origin

The test's domain is "exams.com/courses/XXXX"(xxxx is the course's #). After clicking the "buy course" button, the domain will be "payment.com".We filled in the payment information, and click the "pay" button, the webpage should be…
yan yan
  • 1
  • 1
0
votes
1 answer

Drupal 8 multiple sub domains using same Database and different design

Requirement is multiple sub domains using same Database and different design For example my main site URL is www.mysite.com. My requirement is www.sub1.mysite.com www.sub2.mysite.com www.sub3.mysite.com I also tried Drupal Domain I am using drupal…
Yasir
  • 101
  • 2
  • 11
0
votes
1 answer

Drupal : Single-code, Multi-site, multi-domain, multi-database. HOW?

There are many tutorial on how to setup Drupal in different configuaration, but I can't find how to setup Multi-site, multi-domain, multi-database config with nginx and postgresql. So far I was able to set : Nginx virtual hosts (also set…
sten
  • 7,028
  • 9
  • 41
  • 63
0
votes
1 answer

Drupal 7: sub-site of a multi-site

I would like to set up a multi-site in Drupal 7 and I wanted to check if it is possible to have one of the sub-site reside in a remote server? or all the sub-sites should be on the same server as the parent site? Update # 1: My scenario is more like…
sunskin
  • 1,620
  • 3
  • 25
  • 49
0
votes
1 answer

Creating Drupal Multisite with Subdirectory from different Domain

I'm attempting to create Drupal Multisite. Currently lets say we have below Live Sites in the form abc.example.com def.example.com xyz.example.com All the Sites are present on the Same server (Nginx Server) in the…
0
votes
1 answer

drupal openatrium (oa2) + muti-domain site (oa_domains) + SSL + base_url in settings.php ERROR

My site is multi-domain site using oa_domains module (in openatrium). All web is under SSL no exception. Without SSL it works very well (multi-domain or single domain). Configured as https://www.drupal.org/node/2265627 (#4) To be under SSL, With…
hosais
  • 164
  • 1
  • 1
  • 10
0
votes
1 answer

Drupal Multilingual Page does not show 404 on not existing subpages

I have a Webportal running with Drupal7, which is in multiple Languages. There's the Problem, that if I have the page "/test" and go on the browser to "/test/asdf" or /TeSt" I don't get a 404 - I get the page delivered as usual. Does anyone know,…
MaxiNet
  • 1,008
  • 2
  • 14
  • 22
0
votes
2 answers

Drupal 7 - Hosting New/Multiple Domains Seamlessly With Same Site Code, Themes, Modules, Data etc

I would like to use Drupal 7 to support two domains with same code, themes, modules and even database and content, completely transparent to the end-user. So, user of exmaple1.com would see only exmaple1.com and user of example2.com would see only…
Net Dawg
  • 518
  • 1
  • 6
  • 10