<?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: FAQ &#8212; Virtual Multiblog</title>
	<atom:link href="http://striderweb.com/nerdaphernalia/features/virtual-multiblog/faq/feed/" rel="self" type="application/rss+xml" />
	<link>http://striderweb.com/nerdaphernalia</link>
	<description>"It's All Geek To Me"</description>
	<lastBuildDate>Mon, 05 Dec 2011 13:30:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Stephen R</title>
		<link>http://striderweb.com/nerdaphernalia/features/virtual-multiblog/faq/comment-page-4/#comment-2773</link>
		<dc:creator>Stephen R</dc:creator>
		<pubDate>Tue, 18 Oct 2011 20:10:19 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/features/virtual-multiblog/virtual-multiblog-faq/#comment-2773</guid>
		<description>Blogs can be on different domains if the different domains all point to the same directory on your server.

I don&#039;t know about mapping different IP addresses, but I think if they&#039;re all pointing to that same directory, it should work.</description>
		<content:encoded><![CDATA[<p>Blogs can be on different domains if the different domains all point to the same directory on your server.</p>
<p>I don&#8217;t know about mapping different IP addresses, but I think if they&#8217;re all pointing to that same directory, it should work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark mayerly</title>
		<link>http://striderweb.com/nerdaphernalia/features/virtual-multiblog/faq/comment-page-4/#comment-2769</link>
		<dc:creator>mark mayerly</dc:creator>
		<pubDate>Mon, 03 Oct 2011 21:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/features/virtual-multiblog/virtual-multiblog-faq/#comment-2769</guid>
		<description>Is it possible to domain map the virtual blogs as well as assign specific IP:s to specific blogs?</description>
		<content:encoded><![CDATA[<p>Is it possible to domain map the virtual blogs as well as assign specific IP:s to specific blogs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al Virani</title>
		<link>http://striderweb.com/nerdaphernalia/features/virtual-multiblog/faq/comment-page-4/#comment-2732</link>
		<dc:creator>Al Virani</dc:creator>
		<pubDate>Tue, 05 Apr 2011 03:47:39 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/features/virtual-multiblog/virtual-multiblog-faq/#comment-2732</guid>
		<description>Sorry, the spaces were removed when I posted. Structure=:
Root
..&#124;_index.php (=&gt;contains require(‘./blog/wp-blog-header.php’);)
..&#124;_config (VMB config folder/directory)
..&#124;_blog
....&#124;_wp-content
......&#124;_multiblog
Thanks.</description>
		<content:encoded><![CDATA[<p>Sorry, the spaces were removed when I posted. Structure=:<br />
Root<br />
..|_index.php (=&gt;contains require(‘./blog/wp-blog-header.php’);)<br />
..|_config (VMB config folder/directory)<br />
..|_blog<br />
&#8230;.|_wp-content<br />
&#8230;&#8230;|_multiblog<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al Virani</title>
		<link>http://striderweb.com/nerdaphernalia/features/virtual-multiblog/faq/comment-page-4/#comment-2731</link>
		<dc:creator>Al Virani</dc:creator>
		<pubDate>Tue, 05 Apr 2011 03:43:17 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/features/virtual-multiblog/virtual-multiblog-faq/#comment-2731</guid>
		<description>Well, yes, the echo string is only for troubleshooting to see which page is the one that it stops/bugs at. The header error then tells me what is the next file in the chain. After that, I put the echo string in the next file to troubleshoot &amp; so on. 

However the “Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirects. The webpage at http://wealthandsuccess.org/wp-admin/install.php has resulted in too many redirects.” error only occurs through the use of the VMB version of wp-config.php. When I replace it with the original wordpress wp-config.php file, my blog works fine (abeit not a multi-site blog). When I put the VMB file back, the error occurs again. 

The only line I have changed in the wp-config.php is the following:
//define( &#039;VMB_CONFIG_DIR&#039;, &#039;../../../config/&#039; ); //=&gt;Not Working
//define( &#039;VMB_CONFIG_DIR&#039;, &#039;/home/content/f/o/r/forcomcanada/html/config/&#039; ); //=&gt;Works.
define( &#039;VMB_CONFIG_DIR&#039;, &#039;config&#039; ); //=&gt;Works.

My structure is:
Root
 &#124;_index.php (=&gt;contains require(&#039;./blog/wp-blog-header.php&#039;);)
 &#124;_config (VMB config folder)
 &#124;_blog
   &#124;_wp-content
     &#124;_multiblog

Thanks.</description>
		<content:encoded><![CDATA[<p>Well, yes, the echo string is only for troubleshooting to see which page is the one that it stops/bugs at. The header error then tells me what is the next file in the chain. After that, I put the echo string in the next file to troubleshoot &amp; so on. </p>
<p>However the “Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirects. The webpage at <a href="http://wealthandsuccess.org/wp-admin/install.php" >http://wealthandsuccess.org/wp-admin/install.php</a> has resulted in too many redirects.” error only occurs through the use of the VMB version of wp-config.php. When I replace it with the original wordpress wp-config.php file, my blog works fine (abeit not a multi-site blog). When I put the VMB file back, the error occurs again. </p>
<p>The only line I have changed in the wp-config.php is the following:<br />
//define( &#8216;VMB_CONFIG_DIR&#8217;, &#8216;../../../config/&#8217; ); //=&gt;Not Working<br />
//define( &#8216;VMB_CONFIG_DIR&#8217;, &#8216;/home/content/f/o/r/forcomcanada/html/config/&#8217; ); //=&gt;Works.<br />
define( &#8216;VMB_CONFIG_DIR&#8217;, &#8216;config&#8217; ); //=&gt;Works.</p>
<p>My structure is:<br />
Root<br />
 |_index.php (=&gt;contains require(&#8216;./blog/wp-blog-header.php&#8217;);)<br />
 |_config (VMB config folder)<br />
 |_blog<br />
   |_wp-content<br />
     |_multiblog</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen R</title>
		<link>http://striderweb.com/nerdaphernalia/features/virtual-multiblog/faq/comment-page-4/#comment-2730</link>
		<dc:creator>Stephen R</dc:creator>
		<pubDate>Mon, 04 Apr 2011 20:59:13 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/features/virtual-multiblog/virtual-multiblog-faq/#comment-2730</guid>
		<description>As you may have guessed, the &quot;headers already sent&quot; error is caused by the &quot;Hello filename&quot; string you&#039;re echoing.  PHP throws that error if you try to set headers when something has already been sent to the browser -- headers have to be first.  So by the time pluggable.php tries to set headers you&#039;ve already sent the &quot;Hello&quot; and it bugs out.

Beyond that I&#039;m not sure what might be causing the redirect problem, other than something wrong with the config file.</description>
		<content:encoded><![CDATA[<p>As you may have guessed, the &#8220;headers already sent&#8221; error is caused by the &#8220;Hello filename&#8221; string you&#8217;re echoing.  PHP throws that error if you try to set headers when something has already been sent to the browser &#8212; headers have to be first.  So by the time pluggable.php tries to set headers you&#8217;ve already sent the &#8220;Hello&#8221; and it bugs out.</p>
<p>Beyond that I&#8217;m not sure what might be causing the redirect problem, other than something wrong with the config file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al Virani</title>
		<link>http://striderweb.com/nerdaphernalia/features/virtual-multiblog/faq/comment-page-4/#comment-2729</link>
		<dc:creator>Al Virani</dc:creator>
		<pubDate>Sun, 03 Apr 2011 07:57:21 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/features/virtual-multiblog/virtual-multiblog-faq/#comment-2729</guid>
		<description>UPDATE: line 897 in pluggable.php is a 302 header redirect part of the the function wp_redirect.php. I should also point out that the blog works fine when I use the original Wordpress wp-config.php, but the above issue happens only when VMB is enabled with the VMB wp-config.php file. (wp-config.php File is in the root, but WP install is in /blog. I have added the correct path info as per your instructions). Thanks.</description>
		<content:encoded><![CDATA[<p>UPDATE: line 897 in pluggable.php is a 302 header redirect part of the the function wp_redirect.php. I should also point out that the blog works fine when I use the original WordPress wp-config.php, but the above issue happens only when VMB is enabled with the VMB wp-config.php file. (wp-config.php File is in the root, but WP install is in /blog. I have added the correct path info as per your instructions). Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al Virani</title>
		<link>http://striderweb.com/nerdaphernalia/features/virtual-multiblog/faq/comment-page-4/#comment-2728</link>
		<dc:creator>Al Virani</dc:creator>
		<pubDate>Sun, 03 Apr 2011 07:43:04 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/features/virtual-multiblog/virtual-multiblog-faq/#comment-2728</guid>
		<description>Hi Stephen,
I&#039;ve instaleled VMB as per your instructions. The config folder is on the site root. Unfortunetly I&#039;m getting an &quot;Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirects.&quot;
&quot;The webpage at http://wealthandsuccess.org/wp-admin/install.php has resulted in too many redirects.&quot;

By using an echo string (eg. &quot;echo &#039;Hello filename.php&#039;;&quot;) in each file along the way, I have traced that the code does work from index.php=&gt;blog/wp-config.php=&gt;mb-autoconfig.php=&gt;mb-users.php=&gt;html/config/mb-config-wealthandsuccess_org=&gt;blog/wp-includes/pluggable.php. The trace stops there with &quot;Warning: Cannot modify header information - headers already sent by (output started at /home/content/f/o/r/forcomcanada/html/blog/wp-includes/pluggable.php:1775) in /home/content/f/o/r/forcomcanada/html/blog/wp-includes/pluggable.php on line 897&quot;

I have tried many options and nothing works. Do you have any insight on this that might be able to share with me so I can work this out? I&#039;d appreciate it if you could help me. I&#039;m going crazy and am at a complete loss now. Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Stephen,<br />
I&#8217;ve instaleled VMB as per your instructions. The config folder is on the site root. Unfortunetly I&#8217;m getting an &#8220;Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirects.&#8221;<br />
&#8220;The webpage at <a href="http://wealthandsuccess.org/wp-admin/install.php" >http://wealthandsuccess.org/wp-admin/install.php</a> has resulted in too many redirects.&#8221;</p>
<p>By using an echo string (eg. &#8220;echo &#8216;Hello filename.php&#8217;;&#8221;) in each file along the way, I have traced that the code does work from index.php=&gt;blog/wp-config.php=&gt;mb-autoconfig.php=&gt;mb-users.php=&gt;html/config/mb-config-wealthandsuccess_org=&gt;blog/wp-includes/pluggable.php. The trace stops there with &#8220;Warning: Cannot modify header information &#8211; headers already sent by (output started at /home/content/f/o/r/forcomcanada/html/blog/wp-includes/pluggable.php:1775) in /home/content/f/o/r/forcomcanada/html/blog/wp-includes/pluggable.php on line 897&#8243;</p>
<p>I have tried many options and nothing works. Do you have any insight on this that might be able to share with me so I can work this out? I&#8217;d appreciate it if you could help me. I&#8217;m going crazy and am at a complete loss now. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Markus</title>
		<link>http://striderweb.com/nerdaphernalia/features/virtual-multiblog/faq/comment-page-4/#comment-2718</link>
		<dc:creator>Markus</dc:creator>
		<pubDate>Thu, 17 Feb 2011 19:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/features/virtual-multiblog/virtual-multiblog-faq/#comment-2718</guid>
		<description>Stephen, I did indeed set both variables, and when writing a new post it works as intended - the html code that gets expanded from the image upload looks correct.

The problem comes up when trying to view the post: As long as the setting of both WP_CONTENT_DIR and WP_CONTENT_URL are active, i.e. not commented out in my-config-wp2_local.php, accessing the url of the page returns only an empty page of 20B size, yet no html or anything visible inside. 
When I comment out the setting of those variables in my-config-wp2_local.php, the post gets displayed as intended. Unfortunately there is no error displayed in the Apache error log. 

Virtual Multiblog Diagnostics
   Version................... 2.6.2
   VUSER..................... wp2.local
   &quot;Clean&quot; VUSER............. wp2_local
   VMB_DIR................... /www/vhosts/wp1/wordpress/wp-content/multiblog
   VMB_URL................... http://wp2.local/wordpress/wp-content/multiblog
   Config File............... mb-config-wp2_local.php
   WordPress version......... 3.0.5
   ABSPATH................... /www/vhosts/wp1/wordpress/
   WP_SITEURL.................--
   WP_HOME....................--
   PHP version............... 5.3.2-1ubuntu4.7
   MySQL version............. 5.1.41-3ubuntu12.9
   $_SERVER[&#039;SERVER_NAME&#039;]... wp2.local
   $_SERVER[&#039;PHP_SELF&#039;]...... /wordpress/wp-admin/index.php
   $_SERVER[&#039;HTTP_HOST&#039;]..... wp2.local
   $_SERVER[&#039;SCRIPT_NAME&#039;]... /wordpress/wp-admin/index.php
   $_SERVER[&#039;DOCUMENT_ROOT&#039;]. /www/vhosts/wp1
End Diagnostics

Does this show any anomalities?</description>
		<content:encoded><![CDATA[<p>Stephen, I did indeed set both variables, and when writing a new post it works as intended &#8211; the html code that gets expanded from the image upload looks correct.</p>
<p>The problem comes up when trying to view the post: As long as the setting of both WP_CONTENT_DIR and WP_CONTENT_URL are active, i.e. not commented out in my-config-wp2_local.php, accessing the url of the page returns only an empty page of 20B size, yet no html or anything visible inside.<br />
When I comment out the setting of those variables in my-config-wp2_local.php, the post gets displayed as intended. Unfortunately there is no error displayed in the Apache error log. </p>
<p>Virtual Multiblog Diagnostics<br />
   Version&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;. 2.6.2<br />
   VUSER&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230; wp2.local<br />
   &#8220;Clean&#8221; VUSER&#8230;&#8230;&#8230;&#8230;. wp2_local<br />
   VMB_DIR&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;. /www/vhosts/wp1/wordpress/wp-content/multiblog<br />
   VMB_URL&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;. <a href="http://wp2.local/wordpress/wp-content/multiblog" >http://wp2.local/wordpress/wp-content/multiblog</a><br />
   Config File&#8230;&#8230;&#8230;&#8230;&#8230; mb-config-wp2_local.php<br />
   WordPress version&#8230;&#8230;&#8230; 3.0.5<br />
   ABSPATH&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;. /www/vhosts/wp1/wordpress/<br />
   WP_SITEURL&#8230;&#8230;&#8230;&#8230;&#8230;..&#8211;<br />
   WP_HOME&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..&#8211;<br />
   PHP version&#8230;&#8230;&#8230;&#8230;&#8230; 5.3.2-1ubuntu4.7<br />
   MySQL version&#8230;&#8230;&#8230;&#8230;. 5.1.41-3ubuntu12.9<br />
   $_SERVER['SERVER_NAME']&#8230; wp2.local<br />
   $_SERVER['PHP_SELF']&#8230;&#8230; /wordpress/wp-admin/index.php<br />
   $_SERVER['HTTP_HOST']&#8230;.. wp2.local<br />
   $_SERVER['SCRIPT_NAME']&#8230; /wordpress/wp-admin/index.php<br />
   $_SERVER['DOCUMENT_ROOT']. /www/vhosts/wp1<br />
End Diagnostics</p>
<p>Does this show any anomalities?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

