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.
Technique for dev sites within a multisite config
I have recently migrated a bunch of site to a new server and set it up as a multisite config.
I'm interested to know what techniques or methods people use when starting a dev site in their multisite configuration.
I'd particularly interested in how you block these dev sites from search spiders.
Read moreMultisites url format
Greetings,
I was wondering if anybody here can share some advice on how to accomplish a specific URL format that I'd like to use. I have no problem setting up sites with subdomain names like;
red.example.com
white.example.com
blue.example come
However, what I'm looking for is this:
example.com/red
example.com/white
example.com/blue
I am confused as how to setup my httpd-vhosts.conf and properly name my multisite directories to achieve this. I'd be grateful for your help. Thanks! Kevin
Read moreStrange OG duplicated node permission error
I hope someone has run into something like this before... I'm using a group who's form duplicates nodes and automatically associates them to the new group. So you create a group, select a book in the system and it will grab the book, duplicate it and set the og node settings to the new group. Then it performs a node_save after removing the nid so it's a "new node" with the old content / hierarchy.
Read moreShared content types data
Greetings,
I've seen a significant amount of information on configuring multisites in regards to user access, but nothing so far on sharing other types of data, particularly data from custom content types. I assume the solution I'm looking for has something to do with db prefixes but I'm not sure. What I'm trying to accomplish is pretty straight-forward. I have a "main" site and a number of "client" sites; more specifically, websites for recruiters with functionality specific to recruiting processes. So I have the master site (a demo) that has all of the required functionality. This functionality is of course shared across all multisites. Depending on the plan the client chooses, I go into their site and disable or enable modules, content types etc.
Read moreWiki Page: Multisites Using Drupal 7
PLEASE MODIFY THIS DOCUMENT with your tips and clues and links and hard-won wisdom.
What Is Multisites?
Multisites is a capability of Drupal to run many web sites out of one installation of Drupal.
That is, if you install Drupal somewhere, you can then place different file directories and settings files for a number of different web sites within the /sites folder.
Read moreHow to documentation for creating Drupal 7 multisite configuration
Let's create a wiki or documentation for "How to documentation for creating Drupal 7 multisite configuration".
I can help test and write the documentation. I may need some help setting mine up, too. So this would be beneficial for everyone.
Read moreUpgrading to 7 one site at a time?
Sorry if this is a silly question - I've just started using Drupal last year and this is my first major upgrade.
I've got all my sites in one multi-site setup.
A couple of them are very simple, and basically good to go.
Can I upgrade just one of two of them at a time?
e.g. Could I create a new dir for drupal 7 and copy the sites over into it one at a time? (To eventually migrate all of them as the modules I need become available?)
FYI:
http://lx1.co.nz
http://nzmagic.co.nz
vs
http://amdramreview.co.nz
http://skeptember.com
Multisite on Bluehost
I am trying to setup multisite on Bluehost. I followed the instructions to the letter but it is not working. The Bluehost techies cannot help me. Has anyone out there done this on Bluehost and do you have a procedure?
Read moreMultisite "File system" error
I'm a noob here and I've run into a problem setting up multisites as subdirectories. I think I have it all done correctly except for this one error when Drupal is trying to access each site's 'files' folder. This is the way the error appears when I look at 'File system' page under 'Site configuration':
warning: fopen(sites/mulfordfam.dlinkddns.com.parisumc/files/.htaccess): failed to open stream: Permission denied in /usr/share/drupal6/includes/file.inc on line 129.
How to share filesystem across multisite/subdomains
My situation is:
I have a website example.com, i want to mirror this site completely except for the theme so that in apache i can direct mobile devices to m.example.com where they can use exactly the same site but with a mobile optimised theme.
I know there are numerous mobile modules out there but they suffer from caching limitations, ie, when a page is accessed from a computer, that same cached page is sent to any subsequent requests, including mobiles.
I know there are also domain/subdomain modules out there also but they are overweight for what i need.
Read moreUnique(?) problem for a multisite file sharing portal
I've been trying to come up with a solid plan for moving forward with this file sharing portal for the company I work for.
I already have a skeleton in place that we use for sharing files with product dealers and collaborators, as well as receiving files from those with permission to upload to us. The site works rather well and I have permissions broken down into roles and specific users per file group.
Read moreMultisite in drupal 6 installed on windows deletes symlinks
Dear uberdrupals,
Read moreDrupal MegaSite vs. ManySites
While planning the migration of a large website to Drupal, a key architectural question emerged: one large "MegaSite" versus numerous "ManySites". The oragnization is large association with many divisions and groups with different levels of autonomy to manage their own sub-site. Why not go with many Drupal sites, one for each organizational unit, and use Aegir to manage the sites?
Would the simplicity and reduced number of contributed modules in the individual sites outweigh the additional burden of maintaining 15 – 20 individual sites with Aegir?
Read moreSyndicating various node types from Multi-Sites into one instance
What is the right method of accomplishing this?
I can aggregate data from Feeds; but I cannot find a way to restrict what data gets into the feed -- making it damn near impossible to syndicate the right data across my multi-sites instances.
Ideally, I don't want to create nodes from syndicated data in my main site, just pull the data across and link to the msite.
Read moreStill perplexed
I'm on my first Multisite install after using Drupal for several years. I have set up my sites but I'm having trouble with one thing and I've scoured the discussions and tried several things I thought were the solution but no luck. I'm having trouble linking to image files, When I put a file in
/sites/example.com/files/artwerk/image.jpg
and link to it with example.com/artwerk/image.jpg
my site can't read it but if I put the same file in the root folder
/artwerk/image.jpg
Activating one sub-site's theme deactivates the other.
Guys, I am so stumped on this problem and this group has helped me in the past, so I'm hopeful you can help me now.
I have a multi-site installation that uses this configuration:
-- sites
--all
--themes
--modules
--default
--settings.php
--files
--site1.com
--modules
--themes
--settings.php
--site2.com
--modules
--themes
--settings.php
We have a "back-end" administration site that uses the themes and modules in the "all" folder. The settings for that site are in default/settings.php.
Read moreA little puzzled.
I'm using a WAMP stack and the most recent Acquia Drupal 6.19 distribution.
In my Apache instance, I've setup multiple alias' for subdirectories that are part of my Drupal multi-site instance.
What I can't seem to figure out, is why I can't login to one of the added sites and enable modules specifically placed in that instance!
For instance, in "drupal/sites/all/modules", I have Rules and Workflow.
In "drupal/sites/webserver.jobs/modules", I have Job_Posting.
Mail problem with multisite
Hi,
I have set up a multisite installation on a VPS. The strange thing is that the email's working on the default site, but not in the subsites. Any Idea where to search/adjust?
Read moreIs Multisite the Right Solution Instead of Migration in the case of an established website
I am wondering whether multisite provides the solution I am looking for.
Here is my dilemma.
I have a website which is fairly established (over 3 years old) and was built by developers before I got involved myself. Recently I discovered drupal which looks like it provides all of the answers to my prayers with regards to this site, however as the bulk of the site is already coded I was wondering whether multisite would be a good solution prior to a full site migration.
Read moremultiple site
Mong anh em chỉ giáo cách cài đặt multiple site với.
Mình đã đang chạy một site chính rồi, giờ muốn cài thêm một hoặc 2 site con nữa được không?
Mình chỉ muốn dùng chung users và các modules thôi.
Cám ơn anh em nhiều nhé




