multisite

Running multiple sites from one web application in Java

I'm thinking something in lines of drupal multisite, where every site should have it's folder with themes, plugins and various static files. It turns out it's not quite easy to do with Java: classes must be in one place, tag files in other, static files in third, only jsp files can go wherever. classes and tags can be packed in jars, but...

Drupal shared tables, but from another database

I have a Drupal Multisite set up with hundreds of sites. I want to make some tables shared (like banners, and roles) so I don't have to update hundreds of sites when changing a banner (for example). I know this can be done using these strings in settings.php: $db_url = 'mysql://user:pwd@localhost/example_db'; $db_prefix = array( ...

How can we get multi_site extension for Radiant working on Heroku?

Hi, Has anyone got RadiantCMS with multi_site working on Heroku? I actually tried it and it bombed big-time giving the error: Heroku | No such app There is no app configured at that hostname. Perhaps the app owner has renamed it, or you mistyped the URL. This is what I tried: Go to tractor.heroku.com and login using admin / radiant...

Merging 2 clearcase views on different Servers?

I'm in a bit of a pickle... I work on a project that is multi-site. Unfortunately, the VOB sync between the two sites is not working properly right now, and our Clearcase Admins are too busy doing other work to get it fixed. I need to take code from a Dynamic View on one server and merge it to a Dynamic View on another server. Usually...

Magento; dispatch multi store

Hi all, I've set up the following multi site structure in Magento (1.3.2.4); Site | Store | View -------------------------- Site A | Store A | View A Site B | Store B | - So, 2 site codes and 1 view code. Is the (empty) view of Store B inherited from Store A? And what if "Store B" was left blank, would that inherit the root ca...

Drupal: Sharing content across Multisite

I have 2 websites with similar content types. Let's say an event-content type with some cck fields in it. site1: events ( title, body, image ) site2: events ( title, body, image, onsite1) by the extra field at site2-events i want to give the possibility to the user to post his event on the ( main ) site1. Site1 and site2 are both on...

Drupal Multisite - Subdirectory, Shared Hosting

I'm trying to set up Drupal 6 multisite in a shared hosting environment. The main site's location looks like http://www.mysite.com/foo/bar/ and my goal is to create another site using the same database at http://www.mysite.com/foo/bar/drupal2. I've created a new folder in the sites directory called www.mysite.com.foo.bar.drupal2 and ad...

Right way of making muti-site and multi-lingual website on codeigniter

Hi there. Beforehand let me thank you all !! Really guys you help a lot. When I will finish my web site and will have much time on watching how userbase is growing I will come here again and again to answer to another people questions(if I can ) So here is the problem. I made a web-site on CodeIgniter. A social network engine. Someth...

Wordpress MultiSite : CONSTANT or variable that focuses on Site.

Hey Guys, This is a tough one, and will require some up to date expertise on Wordpress to figure this one out. I have an external script that hooks into the database backend and I can work with everything pretty successfully, but one thing I cannot do is get permalinks using get_permalink($post_id) for any blog other than the main blog...

Wordpress 3 Multisite with same Medialibrary

Hi, i created a Worpress 3 Multisite with 5 Sub-Blogs. Is it possible to share the same Media-Library in this Blogs? i changed upload_path in wp_1_options and wp_2_options for example and also in my backend in "Super Admins" Menu but it has no effect. The files are uploaded to wp_contents/blogs.dir/1-2-3/files and the options have no ...

How can I access the CFFileServlet directory on a ColdFusion Web Server using multisite.dll?

I am using the multisite.dll ISAPI filter (http://www.hairy-spider.com/post/Multisite.aspx) in order to develop on several websites simultaneously on my Windows XP Professional/IIS 5.1 workstation. I am developing both HTML and ColdFusion websites. On the ColdFusion websites, when I use CFIMAGE to create an image in memory - a CAPTCHA im...

Best practices to update a Drupal multisite installation

Hi guys, im gonna install a drupal multisite behavior: common codebase and one database per site. The idea is to keep the modules that are used by all the sites in the /sites/all/modules/ folder, and the themes and modules used just by one sites in it /sites/example1.com/ folders. I've read the 10 minutes multisite configuration and al...

is_multisite(); Support for Wordpress 3.0

Looking for a variable to use to differentiate between sites in a Wordpress 3.0 Multisite installation. I saw the function "is_multisite();" in some blogs, but not sure if its supported yet. I have one theme I'd like to use on all the Network's sites, but need a way to use conditions between them. Thanks for the help. ...

Drupal and Multi-sites?

I just want some opinions on what's the best way to go about meeting the following requirements. I have One main Drupal Installation It is a typical "listings" site where users can list items One user can have how many ever "listings" that are linked to his account I want to be able to create sub-accounts, that use the same base sit...

Share content between Wordpress sites in a network?

I have five different websites set up using Wordpress 3.0 Multisite. They each contain one page in common, which is a list of places. Each place is represented by a post in a specific category. What I want is that when I publish a new post in this specific category on one blog, it will add that post to all the other websites as well. Alt...

Multisite installation, each website should have different IP

I have 17 sites with a multisite installation and uses the domain access module. This means that I have the same code base and same database for all 17 sites.Is it possible to configure Apache(hosting server) in such a way that all sites have a different IP even if the physical location for all sites is same? ...

Managing 2 websites from 1 admin panel

Hi friends, Is it possible to control 2 different Drupal website from 1 admin panel? 2 different domain, but on same host-server. one of my client came up with the idea and I wasn't sure if it can be done. Appreciate advices! Thanks a lot! ...

ASP.NET MVC Multi site - where to store site configuration data

I'm developing an ASP.NET MVC multi site application (can host multiple sites from the same application instance / multi-tenant application). I've previously done this in a web forms application and loaded up the appropriate site configuration data (by inspecting the url) on the page_load event of a custom base page. With ASP.NET MVC w...

2 drupal instances trying to access same set of files

I have set up 2 drupal instances pointing 2 codebase with a common database www.abc.com points to folder /var/www/abcfolder mywww.abc.com points to folder /var/www/mywwwabcfolder The content is uploaded via mywww.abc.com and www.abc.com is used for general viewing. I have used domain access module where mywww.abc.com is an alais to m...

Scaling MYSQL database for a multi site Drupal installation with 20,000 visitors per day

I have a multisite Drupal installation with about 20 urls pointing to the same code base and a common database. I have around 20,000 visitors visiting all sites daily which I hope would increase. I am using 2 servers currently- one being the webserver Apache 2 on Linux Platform and the other is the database server- MYSQL. Offlate my MY...