<?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: How to Manage Multiple Web Projects With Subdomains</title>
	<atom:link href="http://nstation.org/articles/how-to-manage-multiple-web-projects-with-subdomains/feed" rel="self" type="application/rss+xml" />
	<link>http://nstation.org/articles/how-to-manage-multiple-web-projects-with-subdomains</link>
	<description>Online existence, portfolio and journal of Nadeeshyama Talagala.</description>
	<lastBuildDate>Fri, 16 Dec 2011 15:22:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Chandana Bandara</title>
		<link>http://nstation.org/articles/how-to-manage-multiple-web-projects-with-subdomains/comment-page-1#comment-101</link>
		<dc:creator>Chandana Bandara</dc:creator>
		<pubDate>Tue, 01 Mar 2011 02:50:44 +0000</pubDate>
		<guid isPermaLink="false">http://n.talagala.org/?p=331#comment-101</guid>
		<description>wow.... you are a great pool of knowledge
Thank you for sharing.....</description>
		<content:encoded><![CDATA[<p>wow&#8230;. you are a great pool of knowledge<br />
Thank you for sharing&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://nstation.org/articles/how-to-manage-multiple-web-projects-with-subdomains/comment-page-1#comment-32</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Mon, 08 Jun 2009 03:51:13 +0000</pubDate>
		<guid isPermaLink="false">http://n.talagala.org/?p=331#comment-32</guid>
		<description>Thank u!
It&#039;s nice to see an example here
This is resolve my learning to setup wordpressmu on my own home computer as host.</description>
		<content:encoded><![CDATA[<p>Thank u!<br />
It&#8217;s nice to see an example here<br />
This is resolve my learning to setup wordpressmu on my own home computer as host.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michael</title>
		<link>http://nstation.org/articles/how-to-manage-multiple-web-projects-with-subdomains/comment-page-1#comment-31</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Sat, 30 May 2009 17:29:20 +0000</pubDate>
		<guid isPermaLink="false">http://n.talagala.org/?p=331#comment-31</guid>
		<description>THANK YOU!!!</description>
		<content:encoded><![CDATA[<p>THANK YOU!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nadee</title>
		<link>http://nstation.org/articles/how-to-manage-multiple-web-projects-with-subdomains/comment-page-1#comment-30</link>
		<dc:creator>Nadee</dc:creator>
		<pubDate>Sun, 12 Apr 2009 02:51:40 +0000</pubDate>
		<guid isPermaLink="false">http://n.talagala.org/?p=331#comment-30</guid>
		<description>Hi James,

Thanks for your comments.

The &lt;i&gt;include_once&lt;/i&gt; function and others alike look for the php.ini setting &lt;b&gt;include_path&lt;/b&gt; when referring to files. On your system (unless you have manually done changes), the ini directive must be:

&lt;code&gt;include_path = &quot;.;C:\users\maki\docs\xampplite\php\pear\&quot;&lt;/code&gt;

To fix the include_once() issue, append the folder paths you want to this line or simply use relative file paths.

More on this can be found at: http://www.php.net/manual/en/ini.core.php#ini.include-path</description>
		<content:encoded><![CDATA[<p>Hi James,</p>
<p>Thanks for your comments.</p>
<p>The <i>include_once</i> function and others alike look for the php.ini setting <b>include_path</b> when referring to files. On your system (unless you have manually done changes), the ini directive must be:</p>
<p><code>include_path = ".;C:\users\maki\docs\xampplite\php\pear\"</code></p>
<p>To fix the include_once() issue, append the folder paths you want to this line or simply use relative file paths.</p>
<p>More on this can be found at: <a href="http://www.php.net/manual/en/ini.core.php#ini.include-path" rel="nofollow">http://www.php.net/manual/en/ini.core.php#ini.include-path</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Rintamaki</title>
		<link>http://nstation.org/articles/how-to-manage-multiple-web-projects-with-subdomains/comment-page-1#comment-29</link>
		<dc:creator>James Rintamaki</dc:creator>
		<pubDate>Sat, 11 Apr 2009 12:34:42 +0000</pubDate>
		<guid isPermaLink="false">http://n.talagala.org/?p=331#comment-29</guid>
		<description>hey, thanks for this guide!  I got the subdomain working by following your directions exactly, however whenever I reference paths to start at the root &quot;\includes\header.php&quot; as opposed to just relative &quot;includes\header.php&quot;, I keep getting php include errors -- any suggestions?:


Warning: include_once(\header.php) [function.include-once]: failed to open stream: No such file or directory in C:\users\maki\docs\xampplite\htdocs\mysite\index.php on line 2

Warning: include_once() [function.include]: Failed opening &#039;\header.php&#039; for inclusion (include_path=&#039;.;C:\users\maki\docs\xampplite\php\pear\&#039;) in C:\users\maki\docs\xampplite\htdocs\mysite\index.php on line 2</description>
		<content:encoded><![CDATA[<p>hey, thanks for this guide!  I got the subdomain working by following your directions exactly, however whenever I reference paths to start at the root &#8220;\includes\header.php&#8221; as opposed to just relative &#8220;includes\header.php&#8221;, I keep getting php include errors &#8212; any suggestions?:</p>
<p>Warning: include_once(\header.php) [function.include-once]: failed to open stream: No such file or directory in C:\users\maki\docs\xampplite\htdocs\mysite\index.php on line 2</p>
<p>Warning: include_once() [function.include]: Failed opening &#8216;\header.php&#8217; for inclusion (include_path=&#8217;.;C:\users\maki\docs\xampplite\php\pear\&#8217;) in C:\users\maki\docs\xampplite\htdocs\mysite\index.php on line 2</p>
]]></content:encoded>
	</item>
</channel>
</rss>

