<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sun, 19 May 2013 09:10:26 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Phil Sturgeon's Blog: How to: Multi-site CodeIgniter Set-up]]></title>
      <guid>http://www.phpdeveloper.org/news/12747</guid>
      <link>http://www.phpdeveloper.org/news/12747</link>
      <description><![CDATA[<p>
The <a href="http://www.codeigniter.com">CodeIgniter framework</a>, by default, is set up to work with a one site instance. Unfortunately, this isn't always the case and several developers have found the need to make it support more than one website based on the same codebase. <i>Phil Sturgeon</i> has <a href="http://philsturgeon.co.uk/news/2009/06/How-to-Multi-site-CodeIgniter-Set-up.html">written up this post</a> to show you exactly how.
</p>
<blockquote>
A few people have asked me recently about setting up CodeIgniter to run accross multiple domains based on the same codebase. This can be handy for sites than run different databases for different geographical areas, all of which need the same code but different content. To get this working I took a little code from <a href="http://pyrocms.com/">PyroCMS</a> and modded a previous article "<a href="http://philsturgeon.co.uk/news/2009/06/news/2009/01/How-to-Support-multiple-production-environments-in-CodeIgniter.html">How to: Support multiple production environments in CodeIgniter</a>" and found a relatively simple solution.
</blockquote>
<p>
You'll need to modify a bit of code to get things working: changing up the config.php to look at the hostname, making a site constant and updating the database.php config file to configure connections for each of the site constant defined.
</p>]]></description>
      <pubDate>Wed, 24 Jun 2009 12:58:12 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[HowTo Forge: Multisite CVS Drupal Installation on Ubuntu]]></title>
      <guid>http://www.phpdeveloper.org/news/8412</guid>
      <link>http://www.phpdeveloper.org/news/8412</link>
      <description><![CDATA[<p>
A <a href="http://www.howtoforge.com/multisite_drupal_installation_ubuntu">new tutorial</a> over on the HowTo Forge website today steps you through the process of getting a multisite Drupal installation set up on Ubuntu via CVS.
</p>
<blockquote>
<p>
This howto shows you how to do a multi-site Drupal install on Ubuntu. It also covers how to layout your directories for ease of maintenance, and how to ensure that you can update Drupal easily from CVS. 
</p>
<p>
Why go to all this bother? Why not just install Drupal using sudo aptitude install drupal? The answer is that as your website gets more popular, you're going to need to keep up to date with security patches, as well as manage all the custom modules you've installed.
</p>
</blockquote>
<p>
<a href="http://www.howtoforge.com/multisite_drupal_installation_ubuntu">The tutorial</a> is broken up into sections:
</p>
<ul>
<li>Configure DNS
<li>Install Packages
<li>Test Apache2/PHP Installation
<li>Test MySQL Installation
<li>Install Drupal Using CVS
<li>CVS Updates
<li>Create Additional Directories
<li>Create the Drupal Sites
<li>Configure Drupal
</ul>]]></description>
      <pubDate>Wed, 08 Aug 2007 11:16:00 -0500</pubDate>
    </item>
  </channel>
</rss>
