Questions about configuring Drupal as multi-site.

learn more… | top users | synonyms

0
votes
1answer
10 views

Multisite and apple touch icons

In a typical multisite D7 installation, I would like to set up apple touch icons. So that, when an agent requests http://example-1.com/apple-touch-icon.png then he receives the image appropriate for ...
0
votes
2answers
20 views

Change base URL of multi-site install

I've searched a bit for the answer to this, but all the answers seem to refer to single sites, or they just don't work (or I'm doing them wrong). I have an out-of-the-box Bitnami image setup on ...
0
votes
0answers
11 views

Domain Access theme and content not showing

I have three domain configured using domain access. All three domain are pointed on one directory. Primary domain and second domain showing same theme. Third domain showing correct theme configured. ...
1
vote
1answer
25 views

Multisite with some shared content and some different content

I need to create 7 magazine sites with different themes but some content should be shared (like some common pages, some pictures etc). There should be a common control panel for all websitea so that ...
0
votes
1answer
25 views

drupal multisite migration not working

I tried to change the domain name of the existing site and now when I try to access the domain, it comes up with the drupal install screen. Initially the domain name was stage.othercompany.com and ...
0
votes
0answers
17 views

Finding if the subdomain URL is valid

I have a multisite setup containing around 100 subdomains. I just want to redirect the user to parent website if a user enters an invalid subdomain. One way I thought was to access the $sites variable ...
0
votes
2answers
27 views

Sql-sync prefixed multi-site installations within the same database with Drush?

I am running several Drupal 7 multi-sites that share same code base as well as the same database with prefixed tables per multi-site (some tables are shared too). I chose this setup, because i need ...
0
votes
1answer
41 views

new domain url for multi sites linked to sub domain drupal install

Because my drupal install is not in the root of document but in a subdomain, everything is a little more difficult for setting up multi-sites. I found a way of adding multiple subdomains successfully ...
0
votes
0answers
37 views

new domain not finding install.php for multisite

Don't know what is going on here except that this time instead of adding a subdomain for my multisite I am adding a new domain which is already pointing to same IP. I have set it up exactly as ...
0
votes
2answers
44 views

What items in the DB do I need to edit when switching from a multisite to a single site? [closed]

I've copied a single site from a live multisite setup to my local (MAMP) server. The content is showing from the site however it is unstyled (and also the home page is showing the 404 page). I assume ...
-1
votes
0answers
23 views

How to configure Apache Solr Multi-site Search

In localhost, I installed "Apache Solr Multi-site Search & Apache Solr" modules. And configured in both sites as same. Those url's for example, localhost/example1 & localhost/example2. I ...
2
votes
1answer
88 views

Force redirect from HTTPS to HTTP in Drupal 7 Multitsite?

I'm trying to serve a Kaltura video running on CentOS 6+ on one server, by plugging the Object code for embedded video inside a node body (or even using the Kaltura Drupal module), running on a Drupal ...
2
votes
2answers
55 views

How to drush up multisite?

I am not clear after reading another question on same topic how this is done. At the moment I go to my root drupal install and drushup then updatedb so if I then go to the folder of a multisite and ...
1
vote
1answer
46 views

Drush sql-sync not working on multisite

I use drush site aliases and drush sql-sync as part of my daily workflow between my local development environment and my company's production/staging servers (Acquia dev cloud). This works great for ...
0
votes
2answers
250 views

Drupal 7 website with landing page and two sections with different templates

I need a Drupal 7 website with 2 sections.. for eg. www.example.com One is Civil and the other is MEP. Landing page with navigation to the below two sections: section 1: www.example.com/Civil ...
1
vote
0answers
30 views

MultiSite Creation in Drupal 7 [duplicate]

Its drupal 7 wesite. suppose:I have a domain . url --> www.pqs.com I need a multisite with this url. I have two sections in this site one is Civil construction and another is Electromechanical . ...
1
vote
0answers
42 views

Multiple Drupal website login

We have a number of Drupal websites to login to. Is there an automated solution to login to each one? They are not on the same domain, not on the same server for that matter.
0
votes
1answer
29 views

Can i get rid of the 'default' site in multisite?

I have a multisite (sub directory style), and am wondering if i can delete the default site (sites/default)? I just want to get a 404 if the site doesn't exist, no fallback.
3
votes
1answer
42 views

Conflict with db_set_active and variable_get

I am running a drupal multi-site system, with shared code and seperated DB. Each individual multi-site represents one continent and can have different language versions. What i want: I am working on ...
1
vote
2answers
134 views

How to NOT share content between multi sites?

Try as I might cannot stop all changes in one sub site copying to other. They have two separate databases and settings files and conf files but because of necessary symlink to share core code base , ...
0
votes
1answer
81 views

Porting a multi-site setup to local (MAMP) server

There seems to be plenty of tutorials about setting up a local multi-site installation, however, I cannot seem to find any information about porting a live multi-site to a local environment. ...
0
votes
2answers
94 views

Multisite for intranet/extranet

I'm currently developing a Drupal environment for a school project. I've already read a few books about Drupal, but still need to improve my skills when it comes to programming. The project exists of ...
1
vote
1answer
43 views

Need your advice. MultiSite

I want to create a project like http://www.chinatexnet.com/, but before begin writing code I want to ask for advice from the experts. So, project that I am planning to develope contains just one main ...
1
vote
0answers
40 views

Pagination in Drupal 6 search results

I am using the Multisite Search module and have added some custom behaviour to it. What I did was basically do another check in the multisite_search_search function and stopped several nodes from ...
0
votes
0answers
57 views

How to setup Drupal Multisite?

I can't setup a drupal multisite on my sever. I don't get errors but I can't show my other site. I do the following: First, Install my Site master Drupal with drush. Then, created the master ...
0
votes
1answer
127 views

How to optimize APC when running many sites with common codebase?

When having many (+100) drupal sites on a server with a common codebase, what is a good setup to achieve good APC performance? a) Increase APC memory to something really large (>10GB) b) Less sites ...
0
votes
1answer
72 views

2 Drupal Multisites, Separate Databases, Changing 1 Also Changes the Other

I have a very weird issue. Been doing Multisites in Drupal 7 for a while now without any hitches... until last week. I have 2 multisites both with separate databases, however when I change content on ...
0
votes
0answers
22 views

MultipleSite - Park domain on a domain in sites folder and redirect this parked domain

how i can park a domain on top of a particular domain (in sites folder) and manage redirection of this domain with htaccess? example: i have a main domain : site.com and 2 other sites in sites folder ...
0
votes
0answers
22 views

Drupal 'Multisite' on 'Subfolder'

I'm trying to create a Drupal site that has some changes across certain 'subfolders'. When I say subfolders I don't want an installation in a subfolder I just want different content, same Drupal ...
-1
votes
1answer
87 views

What is best method to use for multiple databases on one server? [closed]

Do you create an extra database for each site running on same drupal core or use replication, what is the best practice at the outset for setting up multisite databases on a vps centos server?
0
votes
1answer
61 views

multisite or multi install?

I am planning a Drupal 7 site for video sharing, where registered users can share videos. Main Site: example.com Subdomain for blog for registered users would be: blog.example.com. The database ...
1
vote
1answer
71 views

Share same database tables with multisite instances

What I'm trying to do is to make 2 sites one for developing and one for live using which share same instalation and database. I want to see same content like on live site when I developing theme or ...
0
votes
2answers
191 views

Drupal 7 Multisite - not passing Clean URL test

We've got a multi-site install on Amazon's AWS that used the Bitnami Drupal image (ami-3f21aa56 - 64bit, Unbuntu) as a base. Per the documentation, each site has it's own subdirectory in the sites ...
0
votes
0answers
39 views

Multisites login from main site to other site, drupal 7

i have multisites installed single code and database, and 1 user table. users are classified as different types, and user get register from site1 or site2 i need to do is if user has type of ...
0
votes
0answers
53 views

drupal multi-site primary domain content migrate to subdomain site

currently we have a single-domain site in production, for the purpose to develop a mobile site, i plan to do the multi-site set up so i add the extra folder under sites/m.myhostdomain.com, and have ...
0
votes
1answer
29 views

Searching for nodes from another site in a multisite installation

I am trying to have the search function of a www.site.com return also nodes from site.com/somethingelse. Is there any way I can achieve this? I prefer not to use Solr.
2
votes
0answers
49 views

Multi-site just separated content

There is a lot of blog posts and tutorial about multi-site with content sharing. But what about inverse of it? Multi-site with separated contents? Exactly which tables should be shared? here is my ...
0
votes
0answers
27 views

Share users between sub-sites with separated roles

I want this case: Each site has own moderators, they can log-in to all sub-sites but can make changes only in their sub-site. So if a share user and grant role in each sub-site, I can achieve my ...
2
votes
2answers
104 views

What's for authmap table in Drupal?

I'm trying to create multiple websites with Drupal Multi-site feature, now I need to know the usage of authmap table.
0
votes
0answers
20 views

Drupal subdirectory mutisites and boost

I've been struggling with drupal multi-site for quite some time. Now I'm trying to optimize a big multi-site (subdirectory, not subdomain) and I'm facing an issue with boost module. Apparently the ...
1
vote
1answer
40 views

Remove module dependency in multi-site D7 setup?

In sites/all/modules, I have video module 7.x-2.2 installed. Within my sub-site in a single-core, multi-site setup, I have video module 7.x-2.7 installed. When I try to disable and remove the local ...
2
votes
1answer
169 views

How to use separate databases for Drupal tables?

So far, what I've read is you can config multisites to use different tables and share any table with other sites in that multisite config. My question is if it is possible to get this config: ...
2
votes
2answers
162 views

How to use Drush's concurrent execution capability?

I am using Drupal multi-sites (single codebase, multiple sites/*). Along with this, I have started using Drush aliases to manage them: $ cat sites/all/drush/aliases.drushrc.php <?php ...
0
votes
1answer
66 views

Redirect to a Multi-site Install Failing

We're trying to redirect a subdomain to a multisite install on an Amazon EC2 Server. The initial redirect worked like a champ -- it went to the raw IP and we created a directory in sites ...
0
votes
1answer
50 views

WSOD on node edit/view pages only after migration - subdomain multisite

just migrated my company's website, foo.com, to a new server. It is a multisite installation with an intranet, intranet.foo.com, installed at /sites/intranet.foo.com. Everything migrated ...
1
vote
1answer
138 views

Multisites placed inside sub site folder?

I have my main plain html site in root folder and drupal site in sub site folder. Now I am wanting to create multisites and wonder if sub sites can reside in drupal sub site sites folder? ...
0
votes
1answer
72 views

Drupal multisites share modules and libraries?

I want to duplicate a drupal site to make subsites where each site will utilise the same basic modules and core but just have slight variations in theme and need own database on a dedicated server. To ...
1
vote
1answer
40 views

Sitemap menu entries not being translated

I have sitemap, and I would like to display the menu in the primary language of the site. However, as this screenshot shows, some items are still being displayed in English: How can I fix this?
0
votes
0answers
96 views

Drupal 7 Multi-Site Cron not Running

I currently am running a Multisite instance for my uncle and cannot get the cron to run on only the primary site. The sites using the same code base do not seem to be affected by this. Running cron ...
0
votes
0answers
80 views

Multisite with Drupal 7 [closed]

I am looking for a multisite solution (something like Drupalgardens.com) with Drupal7, actually i didn`t found something workable (i found a lot of solutions but none of them supports an automated ...

1 2 3 4