<?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: MultiBlog &#8211; a bit further on&#8230;</title>
	<atom:link href="https://rathercurious.no3.co.uk/archives/49/feed" rel="self" type="application/rss+xml" />
	<link>https://rathercurious.no3.co.uk/archives/49</link>
	<description>A home for my coding projects</description>
	<lastBuildDate>Fri, 26 Feb 2010 22:24:46 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.16</generator>
	<item>
		<title>By: Justin</title>
		<link>https://rathercurious.no3.co.uk/archives/49/comment-page-1#comment-564</link>
		<dc:creator><![CDATA[Justin]]></dc:creator>
		<pubDate>Thu, 24 Jul 2008 07:53:50 +0000</pubDate>
		<guid isPermaLink="false">http://rathercurious.net/?p=49#comment-564</guid>
		<description><![CDATA[Bertrand
i took a look at your post (et j&#039;habite Toulouse et parle bien le francais).  i was aiming for a solution that did not require any separate directory structures and, I&#039;m still not sure why this cannot be easily done.  as per my other post, i need to dig more into the url rewriting code to see what&#039;s going on.  WP is such a pain to debug...

on your second comment: i don&#039;t really understand what you&#039;re saying. i was using $_SERVER[&#039;SERVER_NAME&#039;] as it seemed to me that the distinction between blogs could be articulated through the url.  however it does occur to me that this does not deal with separate blog urls like www.example.com/blog and www.example.com/blog1 etc.  your solution handles this much more elegantly.  

For me, I want all my blogs to be simply virtual hosts pointing at the same directory.]]></description>
		<content:encoded><![CDATA[<p>Bertrand<br />
i took a look at your post (et j&#8217;habite Toulouse et parle bien le francais).  i was aiming for a solution that did not require any separate directory structures and, I&#8217;m still not sure why this cannot be easily done.  as per my other post, i need to dig more into the url rewriting code to see what&#8217;s going on.  WP is such a pain to debug&#8230;</p>
<p>on your second comment: i don&#8217;t really understand what you&#8217;re saying. i was using $_SERVER['SERVER_NAME'] as it seemed to me that the distinction between blogs could be articulated through the url.  however it does occur to me that this does not deal with separate blog urls like <a href="http://www.example.com/blog" rel="nofollow">http://www.example.com/blog</a> and <a href="http://www.example.com/blog1" rel="nofollow">http://www.example.com/blog1</a> etc.  your solution handles this much more elegantly.  </p>
<p>For me, I want all my blogs to be simply virtual hosts pointing at the same directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BertrandB</title>
		<link>https://rathercurious.no3.co.uk/archives/49/comment-page-1#comment-557</link>
		<dc:creator><![CDATA[BertrandB]]></dc:creator>
		<pubDate>Wed, 23 Jul 2008 17:31:46 +0000</pubDate>
		<guid isPermaLink="false">http://rathercurious.net/?p=49#comment-557</guid>
		<description><![CDATA[Yo have better control in multiblog installation it would be fine to modify db.php with :
if(!defined(&quot;PDODIR&quot;)) define (&quot;PDODIR&quot;, ABSPATH.&#039;/wp-content/pdo/&#039;);
if(!defined(&quot;FQDBDIR&quot;)) define (&#039;FQDBDIR&#039;, ABSPATH .&#039;/wp-content/database/&#039;);
if(!defined(&#039;FQDB&#039;)) define (&#039;FQDB&#039;, FQDBDIR .&#039;MyBlog.sqlite&#039;);
and then you can fix this parameters in wp-config.php]]></description>
		<content:encoded><![CDATA[<p>Yo have better control in multiblog installation it would be fine to modify db.php with :<br />
if(!defined(&#8220;PDODIR&#8221;)) define (&#8220;PDODIR&#8221;, ABSPATH.&#8217;/wp-content/pdo/&#8217;);<br />
if(!defined(&#8220;FQDBDIR&#8221;)) define (&#8216;FQDBDIR&#8217;, ABSPATH .&#8217;/wp-content/database/&#8217;);<br />
if(!defined(&#8216;FQDB&#8217;)) define (&#8216;FQDB&#8217;, FQDBDIR .&#8217;MyBlog.sqlite&#8217;);<br />
and then you can fix this parameters in wp-config.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BertrandB</title>
		<link>https://rathercurious.no3.co.uk/archives/49/comment-page-1#comment-536</link>
		<dc:creator><![CDATA[BertrandB]]></dc:creator>
		<pubDate>Sun, 20 Jul 2008 16:21:51 +0000</pubDate>
		<guid isPermaLink="false">http://rathercurious.net/?p=49#comment-536</guid>
		<description><![CDATA[Well,
I made a very simple way to make multiblog with very few modification on wordpress. The idea is to have a directory by bog with index.php, wp-config.php and wp-content then to pass the path to wp-config with a session variable.
for the moment it seems to wotk fine with wp2.6 and basic themes. I got the idea reading http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory
More details (but in french)
http://www.wordpress-fr.net/support/sujet-15623-autre-multiblog]]></description>
		<content:encoded><![CDATA[<p>Well,<br />
I made a very simple way to make multiblog with very few modification on wordpress. The idea is to have a directory by bog with index.php, wp-config.php and wp-content then to pass the path to wp-config with a session variable.<br />
for the moment it seems to wotk fine with wp2.6 and basic themes. I got the idea reading <a href="http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory" rel="nofollow">http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory</a><br />
More details (but in french)<br />
<a href="http://www.wordpress-fr.net/support/sujet-15623-autre-multiblog" rel="nofollow">http://www.wordpress-fr.net/support/sujet-15623-autre-multiblog</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
