<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Codeigniter: Setting up multiple sites on one install</title>
	<atom:link href="http://www.askaboutphp.com/88/codeigniter-setting-up-multiple-sites-on-one-install.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.askaboutphp.com/88/codeigniter-setting-up-multiple-sites-on-one-install.html</link>
	<description></description>
	<lastBuildDate>Tue, 27 Jul 2010 08:48:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ben</title>
		<link>http://www.askaboutphp.com/88/codeigniter-setting-up-multiple-sites-on-one-install.html/comment-page-1#comment-19438</link>
		<dc:creator>ben</dc:creator>
		<pubDate>Sat, 20 Feb 2010 05:03:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.askaboutphp.com/?p=88#comment-19438</guid>
		<description>sorry about the format
see if this make it clear

/htdocs/
&#160;&#160;&#160;&#160;/ci_projects/
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;/ci_1.7.1/ * system folder
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;/ci_1.7.2/ * system folder
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;/website1/ * website 1
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;/app/ * application folder, private
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;/pubic/ * public folder, css, js …
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;/css/
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;/js/
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;/images/
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;index.php
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;/website2/
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;/app/
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;/pubic/
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;/css/
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;/js/
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;/images/
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;index.php</description>
		<content:encoded><![CDATA[<p>sorry about the format<br />
see if this make it clear</p>
<p>/htdocs/<br />
&nbsp;&nbsp;&nbsp;&nbsp;/ci_projects/<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/ci_1.7.1/ * system folder<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/ci_1.7.2/ * system folder<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/website1/ * website 1<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/app/ * application folder, private<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/pubic/ * public folder, css, js …<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/css/<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/js/<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/images/<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;index.php<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/website2/<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/app/<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/pubic/<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/css/<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/js/<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/images/<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;index.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ben</title>
		<link>http://www.askaboutphp.com/88/codeigniter-setting-up-multiple-sites-on-one-install.html/comment-page-1#comment-19425</link>
		<dc:creator>ben</dc:creator>
		<pubDate>Fri, 19 Feb 2010 12:10:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.askaboutphp.com/?p=88#comment-19425</guid>
		<description>hi, i have similar ci setup as yours,
mine is 
/htdocs/
    /ci_projects/
        /ci_1.7.1/ * system folder
        /ci_1.7.2/ * system folder
        /website1/ * website 1
            /app/ * application folder, private
            /pubic/ * public folder, css, js ...
                /css/
                /js/
                /images/
                index.php
        /website2/
            /app/
            /pubic/
                /css/
                /js/
                /images/
                index.php

and set virtual host website1 documentroot to 
c:/xampp/htdocs/ci_projects/website1/public

my problem is how i can setup cache path in the config file? can you give me a hint please :)

@Nick Yeoman
i dont think there would be problems like you mentioned.
as we seperate and rename the system folder to different versions. we can set config in the index.php file.
in this way we can have different sites using different ci versions system. no problems at all :)</description>
		<content:encoded><![CDATA[<p>hi, i have similar ci setup as yours,<br />
mine is<br />
/htdocs/<br />
    /ci_projects/<br />
        /ci_1.7.1/ * system folder<br />
        /ci_1.7.2/ * system folder<br />
        /website1/ * website 1<br />
            /app/ * application folder, private<br />
            /pubic/ * public folder, css, js &#8230;<br />
                /css/<br />
                /js/<br />
                /images/<br />
                index.php<br />
        /website2/<br />
            /app/<br />
            /pubic/<br />
                /css/<br />
                /js/<br />
                /images/<br />
                index.php</p>
<p>and set virtual host website1 documentroot to<br />
c:/xampp/htdocs/ci_projects/website1/public</p>
<p>my problem is how i can setup cache path in the config file? can you give me a hint please <img src='http://www.askaboutphp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>@Nick Yeoman<br />
i dont think there would be problems like you mentioned.<br />
as we seperate and rename the system folder to different versions. we can set config in the index.php file.<br />
in this way we can have different sites using different ci versions system. no problems at all <img src='http://www.askaboutphp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Yeoman</title>
		<link>http://www.askaboutphp.com/88/codeigniter-setting-up-multiple-sites-on-one-install.html/comment-page-1#comment-16266</link>
		<dc:creator>Nick Yeoman</dc:creator>
		<pubDate>Fri, 20 Nov 2009 22:53:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.askaboutphp.com/?p=88#comment-16266</guid>
		<description>I don&#039;t get why you would want this.

Okay you use CI for more than one site.  Great!

Lets say you use it for 100 sites.  A new CI is released. okay lets run an update. Oops it broke 50 of our sites.  Now  you have to revert.

okay but now 5 of our sites need a feature that only the new CI will do. Can&#039;t fix this until the other 50 are fixed. 

See the problem? (What if the 5 sites bring you 30% of your business)

My solution:
Write a bash script that will loop through your domains and do an svn up on your CI directory.

Certainly no where near the time it would take to have to fix 50 sites.  And once you have the bash script done it will take less than a minute to add all your joomla, wordpress, kohana, drupal, magento, insert_other_openSource_app_here.


Thanks for your time.  I&#039;m a freelance web developer, you can read more of my daily experiences at NickYeoman.com</description>
		<content:encoded><![CDATA[<p>I don&#8217;t get why you would want this.</p>
<p>Okay you use CI for more than one site.  Great!</p>
<p>Lets say you use it for 100 sites.  A new CI is released. okay lets run an update. Oops it broke 50 of our sites.  Now  you have to revert.</p>
<p>okay but now 5 of our sites need a feature that only the new CI will do. Can&#8217;t fix this until the other 50 are fixed. </p>
<p>See the problem? (What if the 5 sites bring you 30% of your business)</p>
<p>My solution:<br />
Write a bash script that will loop through your domains and do an svn up on your CI directory.</p>
<p>Certainly no where near the time it would take to have to fix 50 sites.  And once you have the bash script done it will take less than a minute to add all your joomla, wordpress, kohana, drupal, magento, insert_other_openSource_app_here.</p>
<p>Thanks for your time.  I&#8217;m a freelance web developer, you can read more of my daily experiences at NickYeoman.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 40+ CodeIgniter Framework Tutorials for Kick-Ass PHP Application &#124; Son Of Byte</title>
		<link>http://www.askaboutphp.com/88/codeigniter-setting-up-multiple-sites-on-one-install.html/comment-page-1#comment-15734</link>
		<dc:creator>40+ CodeIgniter Framework Tutorials for Kick-Ass PHP Application &#124; Son Of Byte</dc:creator>
		<pubDate>Tue, 03 Nov 2009 05:30:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.askaboutphp.com/?p=88#comment-15734</guid>
		<description>[...] 25. Codeigniter: Setting up multiple sites on one install [...]</description>
		<content:encoded><![CDATA[<p>[...] 25. Codeigniter: Setting up multiple sites on one install [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edhi Prabawa</title>
		<link>http://www.askaboutphp.com/88/codeigniter-setting-up-multiple-sites-on-one-install.html/comment-page-1#comment-15086</link>
		<dc:creator>Edhi Prabawa</dc:creator>
		<pubDate>Thu, 22 Oct 2009 11:17:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.askaboutphp.com/?p=88#comment-15086</guid>
		<description>It&#039;s so good. But, can it run in Linux Mint 7 Gloria?</description>
		<content:encoded><![CDATA[<p>It&#8217;s so good. But, can it run in Linux Mint 7 Gloria?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 40+ CodeIgniter Framework Tutorials for Kick-Ass PHP Application &#124; PHP Frameworks</title>
		<link>http://www.askaboutphp.com/88/codeigniter-setting-up-multiple-sites-on-one-install.html/comment-page-1#comment-14928</link>
		<dc:creator>40+ CodeIgniter Framework Tutorials for Kick-Ass PHP Application &#124; PHP Frameworks</dc:creator>
		<pubDate>Fri, 16 Oct 2009 10:04:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.askaboutphp.com/?p=88#comment-14928</guid>
		<description>[...] 25. Codeigniter: Setting up multiple sites on one install [...]</description>
		<content:encoded><![CDATA[<p>[...] 25. Codeigniter: Setting up multiple sites on one install [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bootcat</title>
		<link>http://www.askaboutphp.com/88/codeigniter-setting-up-multiple-sites-on-one-install.html/comment-page-1#comment-14406</link>
		<dc:creator>bootcat</dc:creator>
		<pubDate>Sun, 27 Sep 2009 06:44:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.askaboutphp.com/?p=88#comment-14406</guid>
		<description>hello again friend . 
sorry if this comment is not related . 
but i wanted to ask if you are on facebook . 
i want to add u as ma friend . 

on facebook , pls add my mail as bootcat [at] gmail [dot] com . Or you can give me ur mail address and i will add them ya. 

Else just your email . 
btw your site is really cool and great . keep the good work going . 

Thanks 
Banny BooTCaT</description>
		<content:encoded><![CDATA[<p>hello again friend .<br />
sorry if this comment is not related .<br />
but i wanted to ask if you are on facebook .<br />
i want to add u as ma friend . </p>
<p>on facebook , pls add my mail as bootcat [at] gmail [dot] com . Or you can give me ur mail address and i will add them ya. </p>
<p>Else just your email .<br />
btw your site is really cool and great . keep the good work going . </p>
<p>Thanks<br />
Banny BooTCaT</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moefelt</title>
		<link>http://www.askaboutphp.com/88/codeigniter-setting-up-multiple-sites-on-one-install.html/comment-page-1#comment-13987</link>
		<dc:creator>Moefelt</dc:creator>
		<pubDate>Wed, 09 Sep 2009 08:52:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.askaboutphp.com/?p=88#comment-13987</guid>
		<description>Great tut! Works like a charm.</description>
		<content:encoded><![CDATA[<p>Great tut! Works like a charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webmaster</title>
		<link>http://www.askaboutphp.com/88/codeigniter-setting-up-multiple-sites-on-one-install.html/comment-page-1#comment-13613</link>
		<dc:creator>webmaster</dc:creator>
		<pubDate>Thu, 27 Aug 2009 00:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.askaboutphp.com/?p=88#comment-13613</guid>
		<description>Hi Tochie
Regarding WAMP server, although I&#039;m not familiar with it, I would imaging you should be able to do something similar. The main point behind this setup is to be able to modify your apache conf DocumentRoot setting and setting up different virtual hosts. I&#039;m sure WAMP is able to do that. The rest is just folder re-organisation.

Regardig a Live Hosting environment, I think you would not be able to setup CI like this on most basic hosting environment. The best method for basic hosting setup would be the Method #2 detailed in the Codeigniter Wiki... 

http://codeigniter.com/wiki/Multiple_Applications/

and use a .htaccess to do some URL rewriting.</description>
		<content:encoded><![CDATA[<p>Hi Tochie<br />
Regarding WAMP server, although I&#8217;m not familiar with it, I would imaging you should be able to do something similar. The main point behind this setup is to be able to modify your apache conf DocumentRoot setting and setting up different virtual hosts. I&#8217;m sure WAMP is able to do that. The rest is just folder re-organisation.</p>
<p>Regardig a Live Hosting environment, I think you would not be able to setup CI like this on most basic hosting environment. The best method for basic hosting setup would be the Method #2 detailed in the Codeigniter Wiki&#8230; </p>
<p><a href="http://codeigniter.com/wiki/Multiple_Applications/" rel="nofollow">http://codeigniter.com/wiki/Multiple_Applications/</a></p>
<p>and use a .htaccess to do some URL rewriting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tochie</title>
		<link>http://www.askaboutphp.com/88/codeigniter-setting-up-multiple-sites-on-one-install.html/comment-page-1#comment-13581</link>
		<dc:creator>Tochie</dc:creator>
		<pubDate>Tue, 25 Aug 2009 20:30:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.askaboutphp.com/?p=88#comment-13581</guid>
		<description>I have been looking for a solution to this problem as most sites I develop have admin backend which I would love to run on the same system folder.

I think I prefer your method better but how do i set it up using WAMP server? and how is it applied to a live hosting?

Thanks</description>
		<content:encoded><![CDATA[<p>I have been looking for a solution to this problem as most sites I develop have admin backend which I would love to run on the same system folder.</p>
<p>I think I prefer your method better but how do i set it up using WAMP server? and how is it applied to a live hosting?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
