<?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>Wp Themes Planet &#187; Wordpress MU</title>
	<atom:link href="http://www.wpthemesplanet.com/category/wordpress-mu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wpthemesplanet.com</link>
	<description>Wordpress Themes and Blogging Tips</description>
	<lastBuildDate>Wed, 08 Sep 2010 23:22:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>WordPress MU to Multisite HTACCESS</title>
		<link>http://www.wpthemesplanet.com/2010/08/wordpress-mu-to-multisite-htaccess/</link>
		<comments>http://www.wpthemesplanet.com/2010/08/wordpress-mu-to-multisite-htaccess/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 21:34:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[WordPress Multisite]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress MU]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://www.wpthemesplanet.com/?p=1368</guid>
		<description><![CDATA[I would like to add something to my earlier article How to enable WordPress Multisite 3.0. If you are upgrading from WordPress MU (WPMU) to WordPress 3.0.x Multisite make sure to check your HTACCESS file. There have been many reports of broken images on Multisite installations after upgrading from WordPress MU. If you notice any broken images on your [...]]]></description>
			<content:encoded><![CDATA[<p>I would like to add something to my earlier article <a href="http://www.wpthemesplanet.com/2010/07/how-to-enable-wordpress-multisite-3-0-wpmu-activate-thelonious/">How to enable WordPress Multisite 3.0</a>. If you are upgrading from WordPress MU (WPMU) to WordPress 3.0.x Multisite make sure to check your HTACCESS file. There have been many reports of broken images on Multisite installations after upgrading from WordPress MU. If you notice any broken images on your Multisite subdomains after upgrading, make sure to check your HTACCESS.</p>
<p><img class="size-full wp-image-1375  alignnone" title="WordPress Multisite" src="http://www.wpthemesplanet.com/wp-content/uploads/2010/08/multisite.jpg" alt="" width="302" height="86" /></p>
<p>I tried the following HTACCESS and it fixed all these problems with broken or missing images:</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">#Wordpress Multi site
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
&nbsp;
# uploaded files
RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]
&nbsp;
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule . index.php [L]
#END WordPress Multi Site</pre></div></div>

<p><span id="more-1368"></span></p>
<p>If you are using The Donncha Domain mapping plugin to allow users to use domain names, make sure to update to the latest version that is compatible with WordPress 3.0.x. Otherwise you could see this message when a blog user tries to login:</p>
<p>&#8220;You don’t have permission to view this site. Please contact the system administrator.&#8221;</p>
<p>To update to the latest version of Donncha&#8217;s domain mapping plugin:</p>
<p><a href="http://ocaoimh.ie/wordpress-30-domain-mapping-052/" target="_blank">WordPress 3.0 Domain Mapping 0.5.2</a></p>
<p>If you notice any other issues after updating to WordPress Multisite, let me know and I will see if there is any fix.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpthemesplanet.com/2010/08/wordpress-mu-to-multisite-htaccess/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to enable WordPress Multisite 3.0</title>
		<link>http://www.wpthemesplanet.com/2010/07/how-to-enable-wordpress-multisite-3-0-wpmu-activate-thelonious/</link>
		<comments>http://www.wpthemesplanet.com/2010/07/how-to-enable-wordpress-multisite-3-0-wpmu-activate-thelonious/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 11:34:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[WordPress Multiuser]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress MU]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Multiuser]]></category>
		<category><![CDATA[Optimization]]></category>

		<guid isPermaLink="false">http://www.wpthemesplanet.com/?p=1341</guid>
		<description><![CDATA[Former WordPress MU (WPMU) is now known as WordPress Multisite in version 3.0. This feature is not activated by default, you must enable it manually. The Multiuser function, lets you create a network of sites. You can run and host many different blogs with the same installation of WordPress. You must have web server file [...]]]></description>
			<content:encoded><![CDATA[<p>Former WordPress MU (WPMU) is now known as WordPress Multisite in version 3.0. This feature is not activated by default, you must enable it manually. The Multiuser function, lets you create a network of sites. You can run and host many different blogs with the same installation of WordPress. You must have web server file access to activate it. The instructions to activate Multisite are easy to follow and you should be able to get your installation activated with just 10 minutes work.</p>
<p>Start activating the multi-site features of WordPress 3.0 by adding this line of code to your wp-config.php file:</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">/** Enable or disable Worpress Multi-site features **/
define('WP_ALLOW_MULTISITE', true);</pre></div></div>

<p>Refresh your Dashboard and got to &#8221;Tools -&gt; Network&#8221;. You will see a screen that looks similar to the one in the picture below:</p>
<p><a href="http://www.wpthemesplanet.com/wp-content/uploads/2010/07/Network-Multisite.png"><img class="alignnone size-medium wp-image-1349" src="http://www.wpthemesplanet.com/wp-content/uploads/2010/07/Network-Multisite-300x188.png" alt="" width="300" height="188" /></a><a href="http://www.wpthemesplanet.com/wp-content/uploads/2010/07/Network-Multisite.png"></a></p>
<p>If you want to install your additional blogs on virtual sub-domains instead of sub-directories you will need to create a wildcard DNS record on your server to enable the sub-domain (blog1.yourdomain.com, blog2.yourdomain.com, blog3.yourdomain.com) functionality of WordPress 3.0.</p>
<p><span id="more-1341"></span></p>
<p>Your server must support wildcard DNS records for you to do this. As an example I will explain how to configure it with Hostgator. It&#8217;s very easy to do with the <a href="http://secure.hostgator.com/~affiliat/cgi-bin/affiliates/clickthru.cgi?id=host4433">Hostgator Baby Plan allows them</a>. When you are in your Hostgator Control Panel, follow these instructions to create a wildcard DNS record for a domain.</p>
<p>Select “sub-domains” under”Domains” in CPanel<br />
Enter an asterisk “*” in the sub-domain’s name field<br />
Select the TLD the wildcard DNS is to be set up on<br />
Enter the server location address for the wildcard folder, e.g. /public_html/bigbuz<br />
Click “Create”<br />
Back to your WordPress admin panel, you need to install the now activated WordPress 3.0 Network settings, viz</p>
<p><a href="http://www.wpthemesplanet.com/wp-content/uploads/2010/07/wildcard.jpg"><img class="alignnone size-medium wp-image-1351" src="http://www.wpthemesplanet.com/wp-content/uploads/2010/07/wildcard-300x239.jpg" alt="" width="300" height="239" /></a></p>
<p>Find the Network settings page in your WordPress admin panel (Tools&gt;Network)<br />
Choose whether you want to use sub-domains or sub-folders for the additional blogs<br />
Type a name for your network of sites<br />
Set your admin email address<br />
Click &#8220;Install&#8221;</p>
<p>After a minute or two you will be presented with a configuration screen. Back up your .htaccess and wp-config.php files before you proceed to follow the instructions provided on that configuration screen.</p>
<p>As a precautionary measure to prevent visitors of non-existent sites from being greeted by 404 error messages, redirect them to a URL of your choice by adding the below code to the bottom your wp-config.php file:</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;"> /* Send visitors to non-existent blogs here */
define( 'NOBLOGREDIRECT', 'http://yourdomain.com/' );</pre></div></div>

<p>Change http://yourdomain.com to the URL of your choice</p>
<p>Log out then log back in.<br />
You will now need to go through your settings to enable or disable the new options provided by WordPress Multi Site.</p>
<h4><span style="color: #800000;"><span style="text-decoration: underline;">Upgrading from WPMU to WordPress Multisite 3.0</span></span></h4>
<p>If you are upgrading from WPMU to WordPress Multisite 3.0, you can do it automatically from the dashboard, but some manual configuration is also needed. After you upgrade and you login again into the dashboard, this message will be displayed:</p>
<p>Warning! WordPress encrypts user cookies, but you must add the following lines to wp-config.php for it to be more secure.</p>
<p>Follow the steps listed there and then you could see something like this:</p>
<p>&#8220;Thank you for Updating! Please visit the Update Network page to update all your sites.&#8221;</p>
<p>Follow the link and update all the blogs. (If you have any). Update Network.</p>
<p>Also you could see the following message:</p>
<p>&#8220;The wp-content/blogs.php file is deprecated. Please remove it and update your server rewrite rules to use wp-includes/ms-files.php instead.&#8221;</p>
<p>So, just remove the blogs.php file from the server and edit your .htaccess file. The .htaccess file can be found in the root folder, where the wp-config.php file is.</p>
<p>Open with notepad and change:</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-content/blogs.php?file=$2 [L]</pre></div></div>

<p>to</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]</pre></div></div>

<p>Done! Your new Multiuser 3.0 installation is ready to use.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpthemesplanet.com/2010/07/how-to-enable-wordpress-multisite-3-0-wpmu-activate-thelonious/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>WordPress 3.0 final release “Thelonious”</title>
		<link>http://www.wpthemesplanet.com/2010/06/wordpress-3-0-final-release-thelonious/</link>
		<comments>http://www.wpthemesplanet.com/2010/06/wordpress-3-0-final-release-thelonious/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 21:16:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Patagonia Theme]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress MU]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://www.wpthemesplanet.com/?p=1337</guid>
		<description><![CDATA[WordPress 3.0 has been released with the name &#8220;Thelonious&#8221;. This is the thirteenth major release of WordPress and the culmination of half a year of work by 218 contributors, is now available for download (or upgrade within your dashboard). New features in this WordPress release include a new default theme called &#8220;Twenty Ten&#8221;. Let me [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress 3.0 has been released with the name &#8220;Thelonious&#8221;. This is the thirteenth major release of WordPress and the culmination of half a year of work by 218 contributors, is now available for download (or upgrade within your dashboard).</p>
<p><img class="alignnone size-full wp-image-1338" src="http://www.wpthemesplanet.com/wp-content/uploads/2010/06/wordpress-3-0.png" alt="" width="200" height="193" /></p>
<p>New features in this WordPress release include a new default theme called &#8220;Twenty Ten&#8221;. Let me add that it really looks like &#8220;Patagonia&#8221; Theme, so I guess less people are going to use my theme, time to &#8220;adapt and change&#8221; I guess. But in the other hand I can feel proud to work as inspiration to whoever designed Twenty Ten.</p>
<p><span id="more-1337"></span>Theme developers have new APIs that allow them to easily implement custom backgrounds, headers, shortlinks, menus (no more file editing), post types, and taxonomies. Developers and network admins will appreciate the long-awaited merge of MU and WordPress, creating the new multi-site functionality which makes it possible to run one blog or ten million from the same installation. Also, I really don&#8217;t understand why would they merge WpMu into WordPress, since most people are going to use normal WordPress anyways.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpthemesplanet.com/2010/06/wordpress-3-0-final-release-thelonious/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>TypePad AntiSpam Plugin for WordPress</title>
		<link>http://www.wpthemesplanet.com/2010/03/typepad-antispam-plugin-for-wordpress/</link>
		<comments>http://www.wpthemesplanet.com/2010/03/typepad-antispam-plugin-for-wordpress/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 01:20:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[TypePad]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress MU]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.wpthemesplanet.com/?p=1210</guid>
		<description><![CDATA[TypePad AntiSpam Plugin for WordPress is a great tool to fight comment spamming, a big problem in Today&#8217;s 2.0 Internet Model. As you may know, Akismet is another great plugin and I use it on WpThemesPlanet. It blocks most of the spam comments. However, it is always interesting to have an alternative in hand. I [...]]]></description>
			<content:encoded><![CDATA[<p><strong>TypePad AntiSpam Plugin</strong> for WordPress is a great tool to fight comment spamming, a big problem in Today&#8217;s 2.0 Internet Model.</p>
<p><img class="alignnone size-full wp-image-1213" src="http://www.wpthemesplanet.com/wp-content/uploads/2010/03/typepad-antispam.gif" alt="" width="194" height="77" /></p>
<p>As you may know, Akismet is another great plugin and I use it on WpThemesPlanet. It blocks most of the spam comments. However, it is always interesting to have an alternative in hand. I have tried TypePad on another blog for the last 3 months and it works wonders. It blocked 100% of the spam.</p>
<p><span id="more-1210"></span></p>
<p>The service is free to anyone who wants to use it for both personal and business sites, regardless of how many comments you receive. As with Akismet, you also need an API key for it to work. You can get a free API key in the link below. The great news about TypePad AntiSpam Plugin is that it can be used for <strong>WordPress MU</strong> too. This is the difference with Akismet, which needs a special license for WPMU. That&#8217;s why most WordPress WPMU Webmasters are using TypePad Antispam plugin lately.</p>
<h4><a rel="nofollow" href="http://wordpress.org/extend/plugins/typepad-antispam/installation/" target="_blank"><span style="color: #800000;">Download the plugin here.</span></a></h4>
<h4><a rel="nofollow" href="http://antispam.typepad.com/info/get-api-key.html" target="_blank"><span style="color: #800000;">Register for a free TypePad API Key here.</span></a></h4>
<p>The TypePad AntiSpam plugin for WordPress is derived from WP-Akismet by Matt Mullenweg. All subsequent modifications are copyright 2008, Six Apart Ltd.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpthemesplanet.com/2010/03/typepad-antispam-plugin-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Patagonia Theme and WordPress MU</title>
		<link>http://www.wpthemesplanet.com/2009/10/patagonia-theme-tandil-theme-compatible-wordpress-mu/</link>
		<comments>http://www.wpthemesplanet.com/2009/10/patagonia-theme-tandil-theme-compatible-wordpress-mu/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 19:46:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Patagonia Theme]]></category>
		<category><![CDATA[Tandil Theme]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress MU]]></category>
		<category><![CDATA[WpThemesPlanet]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://www.wpthemesplanet.com/?p=875</guid>
		<description><![CDATA[Hello everyone. I want to let you know that Patagonia WordPress Theme and Tandil Theme are now fully compatible with WordPress MU. I have discovered that many WordPress themes have some kind of problem when you try to integrate them with WordPress MU. I have had problems with a lot of themes in the past [...]]]></description>
			<content:encoded><![CDATA[<p>Hello everyone. I want to let you know that <a href="http://www.wpthemesplanet.com/free-wp-themes/patagonia-theme/">Patagonia WordPress Theme</a> and <a href="http://www.wpthemesplanet.com/free-wp-themes/tandil-theme/">Tandil Theme</a> are now fully compatible with WordPress MU. I have discovered that many WordPress themes have some kind of problem when you try to integrate them with WordPress MU. I have had problems with a lot of themes in the past and had to switch themes all the time, because soon or late I discovered some issues in most of them. I have also reviewed many premium themes (paid ones), some of those themes cost between 80 and 150 dollars, and all of them failed to integrate with wordpress MU.</p>
<p><img class="alignnone size-full wp-image-876" src="http://www.wpthemesplanet.com/wp-content/uploads/2009/10/wordpress-mu.png" alt="" width="442" height="124" /></p>
<p>I won&#8217;t name them as it&#8217;s Unprofessional to do. You can contact me if you need more info or if you need me to review your premium themes. Anyway, many webmasters buy those themes, because the themes are actually sold using excellent marketing tactics that make people buy them. However take care before wasting money on wordpress themes that are not going to fit your basic needs or will fail to integrate with the latest WordPress Versions. And when you ask for support, they don&#8217;t give you any at all.  Now I am very happy to say that both Themes I designed are fully compatible with WordPress MU and with the latest versions of WordPress. I&#8217;m currently working on new themes. I will release a very good free theme soon. Something that cannot be found on the market actually. Something fresh and original. So stay tuned.</p>
<p><a href="http://twitter.com/WpThemesPlanet/">Follow me on Twitter</a>. <a href="http://feeds.feedburner.com/WpThemesPlanet">Subscribe to my RSS Feed</a>.</p>
<p> <img src='http://www.wpthemesplanet.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpthemesplanet.com/2009/10/patagonia-theme-tandil-theme-compatible-wordpress-mu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
