Multisite

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
This group should probably have more organizers. See documentation on this recommendation.

Hello and welcome.

I'm running several sites using Drupal's multisite feature, and noticed the absence of a group to discuss the various issues and how-tos related to doing this. If anyone has any questions about the basics, I can probably answer them. I'd also like to see some tutorials about more advanced stuff like sharing database tables.

billp44ruby's picture

Failed multisite setup

I was trying to create a multisite setup (which I've done a dozen times before) for a subdirectory (i.e., mydomain.com/failedsitename) implementation. After going through the setup process, the url www.mydomain.com/failedsitename is bringing up the www.mydomain.com web page instead of the Drupal install, even though the www.mydomain.com/failedsitename url is displayed.

Read more
quantos's picture

How/where to switch multisite dev domains to the final domain?

Hi guys. I'm quite new to Drupal multisites and have what I hope is a simple query, I just don't know the answer. ;-)

How/where do you switch your multisite development subdomain, for example, devsite.quantos.co.uk to its full actual domain name, for example www.quantos.co.uk?

I've been successfully following the advise found on various sites, such as this one: http://groups.drupal.org/node/121989 but everything I've read so far only talks about theoretical development URLs and not what happens when you're re-developing a site and you're ready to switch over.

Read more
prathamesh.save's picture

Need information for Views across Multisite

I setup 4 multisite at same level means they only share users table all other
remaining tables are not shared.
Used single database for all four sites, differentiate using different
prefixes and code base is also same.

Example:-
Site Name: site1.example.com
Site DB Default Prefix: 'site1_'

Site Name: site2.example.com
Site DB Default Prefix: 'site2_'

Site Name: site3.example.com
Site DB Default Prefix: 'site3_'

Site Name: site4.example.com
Site DB Default Prefix: 'site4_'

I Want to get all my node data using 'views' from different sites ( my

Read more
kappaluppa's picture

Our Drupalista Study Group is back at it!

On the menu for this go 'round is multi-sites. We'll be learning how to set up a multi-site live, how to configure our local machines to work with multi-sites and multi domains, set up git branches & repos for the sites, update the variety of sites with Drush and best ways to handle individual configuration of modules as required.

Read more
micnap's picture

Multisite ecommerce setups and using SSL certificates

Question about Drupal multi-site ecommerce setups and using SSL certificates. I know that to use an SSL certificate, a dedicated IP address is required. So if you have a multi-site setup where each site needs to have an SSL cert, each site in the multi-site needs it's own IP address. From what I've read, this is quite a challenge to get around. So, I was wondering....what if an SSL certificate that secured multiple top level domains and used only 1 IP address was purchase - like this -
http://www.instantssl.com/ssl-certificate-products/ssl/ssl-certificate-m....

Read more
michee.lengronne's picture

Pack module

I would like to know what do we have to install and configure on remote web-servers to use the Pack module on BOA ?

I would like to have the possibility of load-balancing each site I want with BOA.

Thanks.

Read more
azar.developer's picture

ImageCache module does not work properly with drupal 7 & ubercart modules

Hi.
i'm using drupal 7 on my website including ubercart module installed on it (http://feshal.com).
in the default drupal installation everything works good.

the problem is that when i want to use drupal's multisite feature to have another site (shot.feshal.com) product images didn't upload in the right place (on second site). and so product images are not displayed.

it seems this is the problem of the ImageCache problem because no image styles are created for the product image.
i have the same isues with the drupal 6.x

i have attached some screen shots.
please help...

Read more
rCharles's picture

D6 Multi-site Symlink Works But Causing Infinite URL Subpath and Recursive Server Folder

I've searched and searched and searched drupal.org multi-site documentation, forums, issues etc along with the web and can't find answer to my conundrum on subpath (URL path) site installs with symlinks. Sub-domains are not an issue.

Read more
Danny Englander's picture

Multisites and Git: best practices for local to live?

Greetings, I am struggling with how to setup my Git workflow in terms of my local dev multisite vs. live and how it relates to Git. My setup is that I have added a multisite to my main site which is in Git. So in /sites directory I now have:

subsite1.example.dev, the main site being example.dev. For the main site having a '.dev' extension has not been an issue but now for subsite1.example.dev, I can see this is going to be an issue as on my live site, it will be subsite1.example.com.

Read more
dgreenyc's picture

Multisite for Mobile?

I've been driving myself crazy trying to set up a mobile version of a Drupal 7 site - i've read that multisite might be a solution. What i'm trying to do is have two sites that use the same database - i've made a copy of the default sites directory and renamed it 'mobile'. I'm going on the idea that users on mobile devices will be redirected to mobile.mysite.com and Drupal multi-site will use the settings file in the mobile folder to change the theme of the mobile site.

Read more
dgreenyc's picture

Multisite for Mobile?

I've been driving myself crazy trying to set up a mobile version of a Drupal 7 site - i've read that multisite might be a solution. What i'm trying to do is have two sites that use the same database - i've made a copy of the default sites directory and renamed it 'mobile'. I'm going on the idea that users on mobile devices will be redirected to mobile.mysite.com and Drupal multi-site will use the settings file in the mobile folder to change the theme of the mobile site.

Read more
kabeza's picture

Multisite with static fixed local IP

Hi

I've installed Drupal mainly for its multisite support. I must develop a project where I'll need to administer up to 40 sites using one drupal installation

For temporarily testing, I've configured an Ubuntu 11.10 server with lamp/webmin.

My problem is that every drupal multisite tutorial talks about apache virtualhosts with domains, but I can't use this stuff in this LAN (as far i know).

My PC and the server are behind a proxy, and both have static local IPs.

Drupal is located at http://10.x.x.150/drupal

Read more
J77J's picture

Multisite with multiple subdomains and distributed login/logout

Hi there,

I am new to Drupal and have decided to try it out for something I am trying to do. I am looking to have the following:

mydomain.com ------ Main site with articles, blog
forums.mydomain.com ------ Forum
socialnetwork.mydomain.com ------ Social network
ecommerce.mydomain.com ------ Store

Read more
superfedya's picture

Hide multisite from search engines

Hi,

I have a multisite for my mobile version, but I found the links to it in google. Duplicated content is really bad for SEO.

I cannot put robots.txt because it uses the same folder that already have robots.txt.

Any way to hide my mobile version site for the search engines?

Thanks

Read more
joyseeker's picture

Anyone have a working D7 multisite setup that shares tables?

When I set up my D7 multisite shared tables with the $db_prefix in settings.php link in D6, I'm getting a PDOException error.

Does anyone have shared tables up in their D7 multisite setup? If so, could you document how it was set up?

Any help would be appreciated.

Susan

Read more
joyseeker's picture

Sharing User Profile tables across multisites in D7?

D6 was so easy -- you just shared the Profile tables. Has anyone set this up in D7? There's no profile tables per se in D7. For example, I created a city data field on the profile page, and the field becomes an entity with its own table!

It's quite important in a multisite setup to have one profile for one user rather than a different profile on each domain/subdomain shared.

Read more
billp44ruby's picture

Multisite Analytics

Each of the sites in my multisite configuration represents a client implementation and most of my clients want to be able to have analytics information on their specific sub-site. I can use the Google Analytics module to feed their GA account, just fine. But is there a method I can use to get reporting across all sites in the multi-site configuration?

Read more
sukh.singh's picture

Multi site creation requirement

I am building on one Drupal project where we have 1 main site and n number of sub-sites. The requirements are as follows per role base:

Super Admin

  1. Can create a n number of sub sites from main site front-end (a.foo.com, b.foo.com). We have wildcard entry for foo.com
  2. Can administer any sub-site created from main site.
  3. Can create content and can choose under which sub-site it will be available. (One content can be shared across multiple sub sites)
  4. Can create menus and can choose under which sub-site it will be available.
Read more
billp44ruby's picture

Transitioning Multisite between Hosts

I'm working on setting up a new multisite with a new hosting provider, moving from a shared hosting environment to a Cloud VPS environment. From some of my posts below, you'll see that I've been having difficulty setting up the new multisite, but finally determined the source of my problems. Within my new target environment, I've setup my domain name (example.com) and was attempting to setup a subdirectory site (example.com/site1).

Read more
billp44ruby's picture

Drupal 7 Multisite and Plesk

I've setup a multi-site environment with my current hosting provider, but I'm looking to move away from a shared-hosting environment to a dedicated cloud-based server. With the new provider, I'm using Plesk 10 on top of RedHat 6.3. Are there special considerations for implementing multisite via Plesk?

Previously, I've followed the following procedures to implement multisite on a subfolder (i.e., www.example.com/site-1) basis:

-- Setup MySQL database for the subsite.
-- Create a new directory in the sites directory (example.com.site-1)

Read more
Subscribe with RSS Syndicate content

Multisite

Group organizers

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds:

Hot content this week