multisite

Drupal Multisite installation, old stories showing up

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. Sometimes, my...

Problem with mod_rewrite

I need a mod_rewrite rule to redirect url depending on the hostname they are comming from. The situation: We have multiple domains pointing to a same webspace and we need to restrict what the specific host can see/download. domainname.com/images/logo.jpg and /www.domainname.com/images/logo.jpg should transform into domainname.com/doma...

Drupal multisite setup

Hello, I am trying to setup drupal to host multiple sites which will not effect each other. My pages are hosted on a shared hosting service and I only have access to cPanel. Following the instructions on the web that I found using google, I have done the following. 1 - Installed Drupal. 2 - Make a directory in sites and name it demo.s...

Override database config for wordpress multiblog

Our team has run in to a problem working with wordpress 3 multiblog. We usually work with a local copy of the site (localhost/testsite) but with the same database to keep all changes up to date. This works fine in a single install because you can override the database configs from php with: define('URL',$path); define('WP_HOME',$path);...

How can I display posts from the other sites in a WordPress multisite setup?

I have a small network of sites setup with WordPress 3.0's multisite feature. I would like to create another site which pulls certain posts from the various other sites to display. This new 'hub' site would seem like its own separate site to the user (with domain mapping), but its content is coming from the posts from the other sites. H...

What can be the best way to create a multi-site in Codeigniter?

Hi developers! I want to know what could be the best way to make multi-site with single back-end. I mean to say that I have a global shopping cart (say www.abc.com), and some regional shopping carts (say www.abc.fr, www.abc.in etc) and I want to manage them with single back-end. Should I use a single database and site-id in my tables? A...

ClearCase mutisite - My SITEB(hub B) crashed

Hi All, Here is the situation, I have installed and configured ClearCase Multisite,I did a mkreplica from SITEA (/dev) to SITEB (/dev). My import went successfully on SITEB. I happen to do few syncreplicas too on Both( SITEA and SITEB). I had both configured on Win2003. Now the SITEB Operation system Win2003 happen with some OS relat...

Does WordPress 3 Multisite allow mixing of http and https subsites?

If I have a WordPress installation at multi-site.com, can I setup the following subsites? http://social.multi-site.com https://business.multi-site.com ...