<?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 &#34;Must-Use&#34; Tutorials&#187; Installation2</title>
	<atom:link href="http://wpmututorials.com/category/installation2/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpmututorials.com</link>
	<description>WordPress multisite how to - making sense of the network feature from what was wordpress mu</description>
	<lastBuildDate>Fri, 06 Jan 2012 13:36:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Subfolder blog have no theme styles</title>
		<link>http://wpmututorials.com/installation2/subfolder-blog-have-no-theme-styles/</link>
		<comments>http://wpmututorials.com/installation2/subfolder-blog-have-no-theme-styles/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 14:10:17 +0000</pubDate>
		<dc:creator>andrea</dc:creator>
				<category><![CDATA[Installation2]]></category>
		<category><![CDATA[blank]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[multisite]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[subsite]]></category>
		<category><![CDATA[unstyled]]></category>
		<category><![CDATA[wordpressmu]]></category>
		<category><![CDATA[wpmu]]></category>

		<guid isPermaLink="false">http://wpmututorials.com/?p=561</guid>
		<description><![CDATA[Sometimes when creating a network in multisite and picking subfolders, you may find the subfolder blogs have no theme applied (seemingly) or they are unstyled, and you cannot login to the sub sites admin area What went wrong? Well, on the WordPress side.. nothing. This is all server side unfortunately. I&#8217;ve seen this happen mostly [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes when <a href="http://wpebooks.com/2010/09/how-to-enable-multisite-in-wordpress/">creating a network in multisite</a> and picking subfolders, you may find the subfolder blogs have no theme applied (seemingly) or they are unstyled, and you cannot login to the sub sites admin area</p>
<p>What went wrong?</p>
<p>Well, on the WordPress side.. nothing. This is all server side unfortunately. I&#8217;ve seen this happen mostly on hosting account where the WordPress install was in a folder, as an add-on domain, or basically anywhere other than the root of the account and on the main domain.</p>
<p>The subfolder blogs all work on the basis of htaccess rules. While the setup procedure requires you to add new rules to the folder&#8217;s htaccess file (or the file itself if there is none) it actually the server side that needs to be told to actually read that file. Simply being present does not ensure the file is read.\</p>
<p>So yes, Apache can &#8211; and does by default in some cases &#8211; ignore htaccess files in subfolders, usually following the one in the folder above it.</p>
<p>If you are on a shared host and do not have access to Apache config files via the terminal or ssh or WHM, then you will need to contact your webhost support team and let them know your new htaccess file is not being read properly and they will have to force it. </p>
<p>If you have a VPS or dedicated, or are even working locally and can access Apache confgif files, you need to find the httpd.conf file under /etc/ or the vhost files, and add this line:</p>
<p><code>AllowOverride FileInfo Options</code></p>
<p>This should allow the extra htaccess file in that folder to be read properly.</p>
<hr />
<p><small>© andrea for <a href="http://wpmututorials.com">WordPress &quot;Must-Use&quot; Tutorials</a>, 2011. |
<a href="http://wpmututorials.com/installation2/subfolder-blog-have-no-theme-styles/">Permalink</a> |
<a href="http://wpmututorials.com/installation2/subfolder-blog-have-no-theme-styles/#comments">2 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://wpmututorials.com/installation2/subfolder-blog-have-no-theme-styles/&title=Subfolder blog have no theme styles">del.icio.us</a>
<br/>
Post tags: <a href="http://wpmututorials.com/tag/blank/" rel="tag">blank</a>, <a href="http://wpmututorials.com/tag/how-to/" rel="tag">how to</a>, <a href="http://wpmututorials.com/tag/multisite/" rel="tag">multisite</a>, <a href="http://wpmututorials.com/tag/network/" rel="tag">network</a>, <a href="http://wpmututorials.com/tag/subsite/" rel="tag">subsite</a>, <a href="http://wpmututorials.com/tag/unstyled/" rel="tag">unstyled</a>, <a href="http://wpmututorials.com/tag/wordpressmu/" rel="tag">wordpressmu</a>, <a href="http://wpmututorials.com/tag/wpmu/" rel="tag">wpmu</a><br/>
</small></p>
<p><strong>Check out <a href="http://wpebooks.com">WPeBooks.com</a> for multisite plugins & ebooks.</strong></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://wpmututorials.com/installation2/subfolder-blog-have-no-theme-styles/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installing in a subfolder</title>
		<link>http://wpmututorials.com/installation2/installing-in-a-subfolder/</link>
		<comments>http://wpmututorials.com/installation2/installing-in-a-subfolder/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 13:31:36 +0000</pubDate>
		<dc:creator>andrea</dc:creator>
				<category><![CDATA[Installation2]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[create config file]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[issues]]></category>
		<category><![CDATA[wordpressmu]]></category>
		<category><![CDATA[wp-config]]></category>
		<category><![CDATA[wpmu]]></category>

		<guid isPermaLink="false">http://wpmututorials.com/?p=239</guid>
		<description><![CDATA[PLEASE NOTE THIS IS NO LONGER NEEDED WITH THE LATEST RELEASE (2.9.x and up) This issue is becoming increasingly common as more people try out WPMU on their existing servers, with an existing WordPress install in place. You put the files in a folder, go to the URL, and unlike what the instructions say, you [...]]]></description>
			<content:encoded><![CDATA[<p><strong>PLEASE NOTE THIS IS NO LONGER NEEDED WITH THE LATEST RELEASE (2.9.x and up)</strong></p>
<p>This issue is becoming increasingly common as more people try out WPMU on their existing servers, with an existing WordPress install in place. You put the files in a folder, go to the URL, and unlike what the instructions say, you get a brief message saying &#8220;There doesn&#8217;t seem to be a wp-config.php file. I need this before we can get started.&#8221; and a big &#8221; Create configuration file.&#8221; button.</p>
<p>This is the install message from the single WordPress install.<strong> This is not what you should see when installing WordPressMU.</strong> Why does it show this? Because within the code of both versions, it looks up a directory for existing installs. This is used in single WP to have the files out of the root, but the blog running off the root. If you do click it, you will wind up in what we call &#8220;Install Hell&#8221;.</p>
<p>So how do we get around this to install WPMU? Well, you could temporarily remove or rename the wp-config.php file in the other WP install. This will bring down your other site until you put it back. I realize this is not ideal for many people, but it is a quick and dirty way, plus it&#8217;s easy.</p>
<p>So! Let&#8217;s go hack MU &#8211; it&#8217;s only used once and doesn&#8217;t matter if it gets overwritten on upgrade, as we only use it the once.</p>
<p>Open the file wp-blog-header.php, it is in the root folder of the WPMU files.</p>
<p>Comment out line 9:</p>
<blockquote><p> &#8220;if ( !file_exists( dirname(__FILE__) . &#8216;/wp-config.php&#8217;) &#038;&#038; !file_exists( dirname( dirname(__FILE__) ) . &#8216;/wp-config.php&#8217;)) {&#8220;</p></blockquote>
<p>then go to line 24, which is &#8220;}&#8221; and comment it out too. That&#8217;s the end of that particular command.</p>
<blockquote><p>To comment out these lines, put a // at the beginning of them.</p></blockquote>
<p>That should allow the <em>real</em> WPMU install screen to show up. Make sure you have deleted any htacess file &#038; wp-config file (if they were created) in the MU root before installing again. Now when you return to your URL, you should definitely see a much longer and different install form.</p>
<p>EDIT: If after doing this, new blogs show the install screen, go back and undo the edits we made above. Everything will run smoothly after that, since you&#8217;re already installed.</p>
<hr />
<p><small>© andrea for <a href="http://wpmututorials.com">WordPress &quot;Must-Use&quot; Tutorials</a>, 2009. |
<a href="http://wpmututorials.com/installation2/installing-in-a-subfolder/">Permalink</a> |
<a href="http://wpmututorials.com/installation2/installing-in-a-subfolder/#comments">47 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://wpmututorials.com/installation2/installing-in-a-subfolder/&title=Installing in a subfolder">del.icio.us</a>
<br/>
Post tags: <a href="http://wpmututorials.com/tag/configuration/" rel="tag">configuration</a>, <a href="http://wpmututorials.com/tag/create-config-file/" rel="tag">create config file</a>, <a href="http://wpmututorials.com/tag/install/" rel="tag">install</a>, <a href="http://wpmututorials.com/tag/installation/" rel="tag">Installation</a>, <a href="http://wpmututorials.com/tag/issues/" rel="tag">issues</a>, <a href="http://wpmututorials.com/tag/wordpressmu/" rel="tag">wordpressmu</a>, <a href="http://wpmututorials.com/tag/wp-config/" rel="tag">wp-config</a>, <a href="http://wpmututorials.com/tag/wpmu/" rel="tag">wpmu</a><br/>
</small></p>
<p><strong>Check out <a href="http://wpebooks.com">WPeBooks.com</a> for multisite plugins & ebooks.</strong></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://wpmututorials.com/installation2/installing-in-a-subfolder/feed/</wfw:commentRss>
		<slash:comments>47</slash:comments>
		</item>
		<item>
		<title>Installing WPMU locally on MAMP</title>
		<link>http://wpmututorials.com/installation2/installing-wpmu-locally-on-mamp/</link>
		<comments>http://wpmututorials.com/installation2/installing-wpmu-locally-on-mamp/#comments</comments>
		<pubDate>Thu, 21 May 2009 15:11:18 +0000</pubDate>
		<dc:creator>andrea</dc:creator>
				<category><![CDATA[Installation2]]></category>
		<category><![CDATA[local install]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[locally]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[MAMP]]></category>
		<category><![CDATA[wordpress mu]]></category>
		<category><![CDATA[wordpressmu]]></category>
		<category><![CDATA[wpmu]]></category>

		<guid isPermaLink="false">http://wpmututorials.com/?p=220</guid>
		<description><![CDATA[Want to install WordPressMU locally on your Mac? Nettuts has a tut, naturally. I don&#8217;t have a mac, sadly. © andrea for WordPress &#34;Must-Use&#34; Tutorials, 2009. &#124; Permalink &#124; No comment &#124; Add to del.icio.us Post tags: local install, localhost, locally, mac, MAMP, wordpress mu, wordpressmu, wpmu Check out WPeBooks.com for multisite plugins &#038; ebooks. [...]]]></description>
			<content:encoded><![CDATA[<p>Want to <a href="http://net.tutsplus.com/tutorials/wordpress/how-to-set-up-a-killer-wordpress-testing-environment-locally/">install WordPressMU locally on your Mac</a>? Nettuts has a tut, naturally.</p>
<p>I don&#8217;t have a mac, sadly.</p>
<hr />
<p><small>© andrea for <a href="http://wpmututorials.com">WordPress &quot;Must-Use&quot; Tutorials</a>, 2009. |
<a href="http://wpmututorials.com/installation2/installing-wpmu-locally-on-mamp/">Permalink</a> |
<a href="http://wpmututorials.com/installation2/installing-wpmu-locally-on-mamp/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://wpmututorials.com/installation2/installing-wpmu-locally-on-mamp/&title=Installing WPMU locally on MAMP">del.icio.us</a>
<br/>
Post tags: <a href="http://wpmututorials.com/tag/local-install/" rel="tag">local install</a>, <a href="http://wpmututorials.com/tag/localhost/" rel="tag">localhost</a>, <a href="http://wpmututorials.com/tag/locally/" rel="tag">locally</a>, <a href="http://wpmututorials.com/tag/mac/" rel="tag">mac</a>, <a href="http://wpmututorials.com/tag/mamp/" rel="tag">MAMP</a>, <a href="http://wpmututorials.com/tag/wordpress-mu/" rel="tag">wordpress mu</a>, <a href="http://wpmututorials.com/tag/wordpressmu/" rel="tag">wordpressmu</a>, <a href="http://wpmututorials.com/tag/wpmu/" rel="tag">wpmu</a><br/>
</small></p>
<p><strong>Check out <a href="http://wpebooks.com">WPeBooks.com</a> for multisite plugins & ebooks.</strong></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://wpmututorials.com/installation2/installing-wpmu-locally-on-mamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://wpmututorials.com/installation2/hello-world/</link>
		<comments>http://wpmututorials.com/installation2/hello-world/#comments</comments>
		<pubDate>Sat, 27 Dec 2008 14:01:13 +0000</pubDate>
		<dc:creator>andrea</dc:creator>
				<category><![CDATA[Installation2]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to homeschoolblogsites.com Blogs. This is your first post. Edit or delete it, then start blogging! © andrea for WordPress &#34;Must-Use&#34; Tutorials, 2008. &#124; Permalink &#124; 3 comments &#124; Add to del.icio.us Post tags: Check out WPeBooks.com for multisite plugins &#038; ebooks. Feed enhanced by Better Feed from Ozh]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://homeschoolblogsites.com/">homeschoolblogsites.com Blogs</a>. This is your first post. Edit or delete it, then start blogging!</p>
<hr />
<p><small>© andrea for <a href="http://wpmututorials.com">WordPress &quot;Must-Use&quot; Tutorials</a>, 2008. |
<a href="http://wpmututorials.com/installation2/hello-world/">Permalink</a> |
<a href="http://wpmututorials.com/installation2/hello-world/#comments">3 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://wpmututorials.com/installation2/hello-world/&title=Hello world!">del.icio.us</a>
<br/>
Post tags: <br/>
</small></p>
<p><strong>Check out <a href="http://wpebooks.com">WPeBooks.com</a> for multisite plugins & ebooks.</strong></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://wpmututorials.com/installation2/hello-world/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Before you install</title>
		<link>http://wpmututorials.com/installation2/before-you-install/</link>
		<comments>http://wpmututorials.com/installation2/before-you-install/#comments</comments>
		<pubDate>Sun, 19 Aug 2007 22:53:21 +0000</pubDate>
		<dc:creator>andrea</dc:creator>
				<category><![CDATA[Installation2]]></category>

		<guid isPermaLink="false">http://wpmututorials.com/?p=3</guid>
		<description><![CDATA[Before installing MU, it is very important to do a few things. The utmost important one is to read the readme.txt file. The installation procedure is not the same as the famous 5 minute WordPress install; it is quite different. Become familiar with the contents of this file. If at any point you have questions, [...]]]></description>
			<content:encoded><![CDATA[<p>Before installing MU, it is very important to do a few things. The utmost important one is to read the readme.txt file. The installation procedure is not the same as the famous 5 minute WordPress install; it is quite different. Become familiar with the contents of this file. If at any point you have questions, the best people to ask would be your web host. It is likely if you ask pre-install questions in the forum, most volunteers will tell you to ask your host anyway.</p>
<p>Another step is to decide how you want your blog address to use. If you want subdirectories like http://domain.tld/username/, then you do not need to do anything. Subdomains, addresses in the form of http;//username.domain.tld, are generated virtually and as such, virtual hosts (Vhosts or wildcard domains) have to be enabled on your hosting account. Talk to your webhost if you cannot do this or if you can&#8217;t follow the included instructions.</p>
<p>You also need to figure out your intended audience. This will help you customize your site to stand out from the rest and make better decisions regarding what you and your users need for a successfull blogging experience for them, and less work and frustrations for you.</p>
<hr />
<p><small>© andrea for <a href="http://wpmututorials.com">WordPress &quot;Must-Use&quot; Tutorials</a>, 2007. |
<a href="http://wpmututorials.com/installation2/before-you-install/">Permalink</a> |
<a href="http://wpmututorials.com/installation2/before-you-install/#comments">9 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://wpmututorials.com/installation2/before-you-install/&title=Before you install">del.icio.us</a>
<br/>
Post tags: <br/>
</small></p>
<p><strong>Check out <a href="http://wpebooks.com">WPeBooks.com</a> for multisite plugins & ebooks.</strong></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://wpmututorials.com/installation2/before-you-install/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

