<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wordpress @ Ralf Engel dot Com &#187; WPMU installation</title>
	<atom:link href="http://wordpress.ralfengel.com/tag/wpmu-installation/feed" rel="self" type="application/rss+xml" />
	<link>http://wordpress.ralfengel.com</link>
	<description>Wordpress and Wordpress Multi User (MU) Tips and Tricks</description>
	<lastBuildDate>Thu, 27 Oct 2011 20:45:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress MU Installation (dirty)</title>
		<link>http://wordpress.ralfengel.com/mu-installation/wordpress-mu-installation-dirty</link>
		<comments>http://wordpress.ralfengel.com/mu-installation/wordpress-mu-installation-dirty#comments</comments>
		<pubDate>Fri, 20 Feb 2009 09:40:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MU Installation]]></category>
		<category><![CDATA[WPMU]]></category>
		<category><![CDATA[WPMU bugs]]></category>
		<category><![CDATA[WPMU installation]]></category>

		<guid isPermaLink="false">http://wordpress.ralfengel.com/?p=26</guid>
		<description><![CDATA[So you decided to go from WordPress to WordPress MU (multiuser). Tired of having to maintain several individual blogs, upgrading each one at a time, maintaining all the plugins up to date? I was, too. So I started googling and tried to figure out how WordPress MU can help me AND if I can run [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>So you decided to go from WordPress to WordPress MU (multiuser). Tired of having to maintain several individual blogs, upgrading each one at a time, maintaining all the plugins up to date? I was, too. So I started googling and tried to figure out how WordPress MU can help me AND if I can run WordPress MU on my server without loosing my existing posts and other data.</p>
<p>In this post I will only discuss issues not mentioned in the readme.txt file that came along with WPMU and I will add some information to certain subjects, where I found easier ways to do the job.</p>
<p>If you are hosted on a free server you will not be able to use WordPress MU.<br />
Here is the list of minimum requirements for WordPress MU to work correctly on your server:</p>
<p><strong>
<ul>
1. Backup Backup Backup<br />
2. Apache mod-rewrite on<br />
3. Virtual Host or CNames capability<br />
4. chmod 777 for root directory<br />
5. MySQL database<br />
6. PHP 4 (5) support<br />
7. Importing posts comment data</ul>
<p></strong></p>
<p><strong>1. Backup Backup Backup</strong><br />
A dirty installation from WordPress to WordPress MU means that we do have lots of posts and comments in an existing database! Back it up!!!! Go to your MySQL control panel and download the whole thing to your machine. Further do an export within WordPress. Double security!<br />
Keep them in a save place, you will need them to re-integrate your data into WordPress MU later on.</p>
<p><strong>2. Apache</strong><br />
Apache must be configured so that mod_rewrite works. If you were using WordPress before on your server and you used &#8220;nice url&#8217;s&#8221; then you are good to go. If you don&#8217;t contact your host and ask them to activate mod-rewrite for you. On my server <a href="hostloco.com">Hostloco</a> mod-rewrite was active upon &#8220;delivery&#8221;.</p>
<p><strong>3. Virtual Host or CNames</strong><br />
Your virtual host may not be activated, no big deal, there is a way to get to use WordPress MU on a server without virtual host. What you do need in this case is CNames. Before creating a new blog as a subdomain (e.g.: main domain here is http://ralfengel.com subdomain url to blog is http://wordpress.ralfengel.com) that does only exist virtually, no need to create this subdomain, just add a CName on your web host control panel like this: wordpress.ralfengel.com , then create your new blog in the WPMU control panel. This worked fine for me.</p>
<p><strong>4. Chmod to 777</strong><br />
After uploading all the new WordPress MU files <strong>(WITHOUT TOUCHING THE wp-config-sample.php!!!!!!!!!!!!!!)</strong>, call the index.php file on your domain in your web browser to initialize the installation. You may read a warning message on the bottom to change specific directories to chmod 777. Use <a href="http://filezilla-project.org/download.php">FileZilla </a>(Free FTP program) to set these permissions. If the chmod for the root directory is to be changed you may need to contact your host, since (at least in my case) FileZilla didn&#8217;t seem to be able to change the values chmod for the root directory. </p>
<p>If everything went right you should now be able to fill out the installation sheet, index.php with the database information needed. After saving your new &#8211; empty &#8211; blog should load in the window.</p>
<p><strong>5. MySQL Database</strong><br />
Not much to say here, create one, create a user, and you are ready.</p>
<p><strong>6. PHP</strong><br />
Usually the servers today are set to PHP 4 and can be set to PHP 5. My installation of WPMU works fine with PHP 4, but I did find a plugin asking for PHP 5, so I just changed it in the PHP permissions and preferences in the hosts control panel.</p>
<p><strong>7. Importing posts comment data</strong><br />
Since I did a &#8220;dirty&#8221; installation, I have a backup.xml file on my hands, which contains all the data from my MySQL database. I used the WordPress Export function file. It was huge. 370 posts, 1200 categories, 180 comments and so on made it a pumped up 3,8 MB.<br />
Wordpress MU may &#8211; will &#8211; can &#8211; not import this size of file using the WordPress Import function (I don&#8217;t know why, just know that it doesn&#8217;t work).<br />
You will need a html editing program to break this file into bits, hehe!!<br />
I used <a href="http://software.visicommedia.com/en/products/acehtmlfreeware/">ACE HTML Freeware</a> to do the job. It is somewhat nifty to do, especially because this is a heavy file, takes a while for it to load, and the tab switching is slow, too. You&#8217;ll need patience to do it. </p>
<p>Find the very first &#60;item&gt; entry using the &#8211; edit &#8211; find&#8230; &#8211; function.<br />
Copy everything from the beginning until just before the &#60;item&gt; and paste it into a new xml file tab.<br />
Copy this:<br />
&#60;/item&gt;<br />
&#60;/channel&gt;<br />
&#60;/rss&gt;<br />
And paste it below the &#8220;header&#8221; of the file.</p>
<p>If your xml backup file is 4mb of size, then you will have to create 4 files, since I&#8217;ve noticed that WPMU will not import anything bigger than some 1.4MB of file size.<br />
Use the right scroll bar button to judge more or less 4 visual divisions of the file. Cut each data segment out including &#60;item&gt; and &#60;/item&gt; and paste it in your new header &#8211; footer file.<br />
Save it and repeat this till done. My files ranged from between 900KB and 1.2MB, the latter already starting to cause trouble when importing. I had to repeat import 2-3 times for the bigger files, so try and keep the file size low, maybe that helps.</p>
<p>I hope everything will go well for you on this task. I did run into some trouble after having done all the above. See my <a href="http://wordpress.ralfengel.com/mu-installation/upgrade-from-wordpress-27-to-wordpress-mu-265">Upgrade Issues</a> Post for more.</p>
<p><!--Youtube Video Ads--></p>
<div align="center">
<p><a href="http://wordpress.ralfengel.com/mu-installation/wordpress-mu-installation-dirty"><img src="http://img.youtube.com/vi/vjVQa1PpcFMXWdZM9inA6yfZRgdRftxBNW9iPtN5I38=/default.jpg" width="130" height="97" border=0></a></p>
</div>
<p><!--End--></p>
<p><!--Related Posts--><br />
</p>
<div align="center">
<b><font size="4">Possibly Related Posts</font></b><br />
&nbsp;</td>
</div>
<p><!--End--><br />
<!--Tags--><br />
</p>
<div align="center">
<font size="2"><p>Tags: <a href="http://ralfengel.com/index.php?s=WPMU" rel="tag"> WPMU</a>, <a href="http://ralfengel.com/index.php?s=WPMU+installation" rel="tag"> WPMU installation</a>, <a href="http://ralfengel.com/index.php?s=WPMU+bugs" rel="tag"> WPMU bugs</a></p></font>
</div>
<p><!--End--></p>
<h4>Incoming search terms:</h4><ul><li><a href="http://wordpress.ralfengel.com/mu-installation/wordpress-mu-installation-dirty" title="enwheeling this is a wordpress mu powered site site news">enwheeling this is a wordpress mu powered site site news</a></li></ul><!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d26').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d26" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Name=WordPress+MU+Installation+%28dirty%29&amp;Description=WordPress+MU+Installation+%28dirty%29&amp;Url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty" rel="nofollow" title="Add to&nbsp;BlinkList"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/blinklist.png" title="Add to&nbsp;BlinkList" alt="Add to&nbsp;BlinkList" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty" rel="nofollow" title="Add to&nbsp;Bloglines"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/bloglines.png" title="Add to&nbsp;Bloglines" alt="Add to&nbsp;Bloglines" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;title=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;Blogmarks"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/bmarks.png" title="Add to&nbsp;Blogmarks" alt="Add to&nbsp;Blogmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.connotea.org/addpopup?continue=confirm&amp;uri=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;title=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;Connotea"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/connotea.png" title="Add to&nbsp;Connotea" alt="Add to&nbsp;Connotea" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;title=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.diigo.com/post?url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;title=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;Diigo"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/diigo.png" title="Add to&nbsp;Diigo" alt="Add to&nbsp;Diigo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;title=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dotnetkicks.com/kick/?url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;title=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;DotNetKicks"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/dotnetkicks.png" title="Add to&nbsp;DotNetKicks" alt="Add to&nbsp;DotNetKicks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.dzone.com/links/add.html?description=WordPress+MU+Installation+%28dirty%29&amp;url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;title=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;DZone"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/dzone.png" title="Add to&nbsp;DZone" alt="Add to&nbsp;DZone" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://cgi.fark.com/cgi/fark/farkit.pl?u=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;h=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;Fark"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/fark.png" title="Add to&nbsp;Fark" alt="Add to&nbsp;Fark" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;t=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;Faves"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/bluedot.png" title="Add to&nbsp;Faves" alt="Add to&nbsp;Faves" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://fleck.com/litebookmarklet.php?url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;title=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;Fleck"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/fleck.png" title="Add to&nbsp;Fleck" alt="Add to&nbsp;Fleck" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://FriendSite.com/users/bookmarks/?u=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;t=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;FriendSite"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/friendsite.png" title="Add to&nbsp;FriendSite" alt="Add to&nbsp;FriendSite" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;title=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty" rel="nofollow" title="Add to&nbsp;Kaboodle"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/kaboodle.png" title="Add to&nbsp;Kaboodle" alt="Add to&nbsp;Kaboodle" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.maple.nu/cgi-bin/search6/usa/ss_submit.cgi?fct=100&amp;url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;title=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;Maple"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/maple.png" title="Add to&nbsp;Maple" alt="Add to&nbsp;Maple" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;bm_description=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;T=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://netvouz.com/action/submitBookmark?url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;title=WordPress+MU+Installation+%28dirty%29&amp;popup=no" rel="nofollow" title="Add to&nbsp;Netvouz"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/netvouz.png" title="Add to&nbsp;Netvouz" alt="Add to&nbsp;Netvouz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;h=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;Newsvine"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/newsvine.png" title="Add to&nbsp;Newsvine" alt="Add to&nbsp;Newsvine" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.plugim.com/submit?url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;title=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;PlugIM"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/plugim.png" title="Add to&nbsp;PlugIM" alt="Add to&nbsp;PlugIM" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;title=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.simpy.com/simpy/LinkAdd.do?href=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;title=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;Simpy"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/simpy.png" title="Add to&nbsp;Simpy" alt="Add to&nbsp;Simpy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.kirtsy.com//submit.php?url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty" rel="nofollow" title="Add to&nbsp;Kirtsy"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/skirt.png" title="Add to&nbsp;Kirtsy" alt="Add to&nbsp;Kirtsy" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;title=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;title=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.shoutwire.com/?p=submit&amp;link=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty" rel="nofollow" title="Add to&nbsp;Shoutwire"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/shoutwire.png" title="Add to&nbsp;Shoutwire" alt="Add to&nbsp;Shoutwire" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty" rel="nofollow" title="Add to&nbsp;Squidoo"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/squidoo.png" title="Add to&nbsp;Squidoo" alt="Add to&nbsp;Squidoo" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.sphere.com/sphereit/http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty" rel="nofollow" title="Add to&nbsp;SphereIt"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/sphereit.png" title="Add to&nbsp;SphereIt" alt="Add to&nbsp;SphereIt" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.spurl.net/spurl.php?url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;title=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;Spurl"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/spurl.png" title="Add to&nbsp;Spurl" alt="Add to&nbsp;Spurl" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.thisnext.com/pick/new/submit/sociable/?url=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;name=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;ThisNext"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/thisnext.png" title="Add to&nbsp;ThisNext" alt="Add to&nbsp;ThisNext" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://webride.org/discuss/split.php?uri=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;title=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;Webride"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/webride.png" title="Add to&nbsp;Webride" alt="Add to&nbsp;Webride" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.wists.com/t.php?c=null&amp;r=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;u=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;title={text}" rel="nofollow" title="Add to&nbsp;Wists"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/wists.png" title="Add to&nbsp;Wists" alt="Add to&nbsp;Wists" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwordpress.ralfengel.com%2Fmu-installation%2Fwordpress-mu-installation-dirty&amp;t=WordPress+MU+Installation+%28dirty%29" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://wordpress.ralfengel.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d26').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d26').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://wordpress.ralfengel.com/mu-installation/wordpress-mu-installation-dirty/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

