Questions about configuring Drupal as multi-site.
2
votes
1answer
27 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 ...
-1
votes
0answers
30 views
Shared code base but not shared bandwidth [migrated]
I'm looking to set up multiple sites (domains) that all use the same code base but that won't share resources like bandwidth/processing. Is it possible for them to share a code base from a primary ...
1
vote
2answers
38 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
23 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
101 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
...
-2
votes
0answers
25 views
Drupal7 Multi-site with Multidomain Integration [closed]
How to instal a multi-site with Multi-domain in drupal 7?.I need the details of $sites ['localhost.example'] = 'example.com' we have to use in site/sites.php and symlink('symlink file path','another ...
1
vote
0answers
29 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
votes
0answers
20 views
multiple site with single data base using symlink [duplicate]
I have been working on multiple sites with single database.I have installed drupal core in root & path is localhost/site1. I've created site2 folder in sites folder like site1/sites/site2.Then ...
1
vote
0answers
41 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
24 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
35 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
107 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
62 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
55 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
34 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 ...