<?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: How to Install Subdomain Version of WPMU on GoDaddy</title>
	<atom:link href="http://alexjuel.com/how-to-install-subdomain-version-of-wpmu-on-godaddy/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexjuel.com/how-to-install-subdomain-version-of-wpmu-on-godaddy/</link>
	<description>Internet Marketing and SEO</description>
	<lastBuildDate>Wed, 06 Jul 2011 20:11:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: SEOHolicc</title>
		<link>http://alexjuel.com/how-to-install-subdomain-version-of-wpmu-on-godaddy/comment-page-1/#comment-5464</link>
		<dc:creator>SEOHolicc</dc:creator>
		<pubDate>Fri, 15 Apr 2011 02:28:16 +0000</pubDate>
		<guid isPermaLink="false">http://alexjuel.com/?p=137#comment-5464</guid>
		<description>Glad I could help :D

 What additional tweaks have you made? I&#039;d love to add them to the post to help out others.</description>
		<content:encoded><![CDATA[<p>Glad I could help <img src='http://alexjuel.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p> What additional tweaks have you made? I&#8217;d love to add them to the post to help out others.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Codeamazon</title>
		<link>http://alexjuel.com/how-to-install-subdomain-version-of-wpmu-on-godaddy/comment-page-1/#comment-5462</link>
		<dc:creator>Codeamazon</dc:creator>
		<pubDate>Fri, 15 Apr 2011 02:20:44 +0000</pubDate>
		<guid isPermaLink="false">http://alexjuel.com/?p=137#comment-5462</guid>
		<description>Thank you so much for posting this.  Took me an hour or so to get it all tweaked.  REALLY appreciate that you bothered to write it up and post it.</description>
		<content:encoded><![CDATA[<p>Thank you so much for posting this.  Took me an hour or so to get it all tweaked.  REALLY appreciate that you bothered to write it up and post it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SEOHolicc</title>
		<link>http://alexjuel.com/how-to-install-subdomain-version-of-wpmu-on-godaddy/comment-page-1/#comment-2593</link>
		<dc:creator>SEOHolicc</dc:creator>
		<pubDate>Wed, 01 Sep 2010 02:20:56 +0000</pubDate>
		<guid isPermaLink="false">http://alexjuel.com/?p=137#comment-2593</guid>
		<description>Awesome, glad I could help threepoppa!</description>
		<content:encoded><![CDATA[<p>Awesome, glad I could help threepoppa!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: threepoppa</title>
		<link>http://alexjuel.com/how-to-install-subdomain-version-of-wpmu-on-godaddy/comment-page-1/#comment-2586</link>
		<dc:creator>threepoppa</dc:creator>
		<pubDate>Mon, 30 Aug 2010 23:21:54 +0000</pubDate>
		<guid isPermaLink="false">http://alexjuel.com/?p=137#comment-2586</guid>
		<description>thanks so much. i knew it was something with .htaccess but you showed me the way. thanks brother. 

this solution worked for my shared hosting on AN Hosting.</description>
		<content:encoded><![CDATA[<p>thanks so much. i knew it was something with .htaccess but you showed me the way. thanks brother. </p>
<p>this solution worked for my shared hosting on AN Hosting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SEOHolicc</title>
		<link>http://alexjuel.com/how-to-install-subdomain-version-of-wpmu-on-godaddy/comment-page-1/#comment-1406</link>
		<dc:creator>SEOHolicc</dc:creator>
		<pubDate>Sun, 25 Oct 2009 23:16:49 +0000</pubDate>
		<guid isPermaLink="false">http://alexjuel.com/?p=137#comment-1406</guid>
		<description>Hi Ryan, 

Thanks so much for the comment. Your explanation makes complete sense to me. Sorry for not explaining it better. I&#039;m going to update my post with your comments to help others in the future.</description>
		<content:encoded><![CDATA[<p>Hi Ryan, </p>
<p>Thanks so much for the comment. Your explanation makes complete sense to me. Sorry for not explaining it better. I&#8217;m going to update my post with your comments to help others in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Reaction</title>
		<link>http://alexjuel.com/how-to-install-subdomain-version-of-wpmu-on-godaddy/comment-page-1/#comment-1405</link>
		<dc:creator>Ryan Reaction</dc:creator>
		<pubDate>Sun, 25 Oct 2009 07:41:58 +0000</pubDate>
		<guid isPermaLink="false">http://alexjuel.com/?p=137#comment-1405</guid>
		<description>Ok, after 3+ hour I finally go this to work. I included my htaccess file from my root folder. First of all, I didn&#039;t even have an htaccess file (I had to create one). This was my first attempt at editing htaccess. Notice I included &quot;RewriteEngine on&quot;. That is what took me forever to figure out. Also, the /otherdomain is the folder on your server, not your domain name. So first line domain name, second and third line folder name. Sorry if this makes no sense but it is almost 2:00 AM. Also, I used this to help: 

http://www.buildwebsite4u.com/advanced/htaccess-file.shtml 

My ROOT .htaccess file:

#handle example.org wildcard subdomains
RewriteEngine on 
RewriteCond %{HTTP_HOST} ^(www.)?([a-z0-9-]+).yourdomain.com [NC] 
RewriteCond %{SCRIPT_FILENAME} !^/wordpressmu [NC] 
RewriteRule ^(.*)$ /wordpressmu/$1 [L]</description>
		<content:encoded><![CDATA[<p>Ok, after 3+ hour I finally go this to work. I included my htaccess file from my root folder. First of all, I didn&#8217;t even have an htaccess file (I had to create one). This was my first attempt at editing htaccess. Notice I included &#8220;RewriteEngine on&#8221;. That is what took me forever to figure out. Also, the /otherdomain is the folder on your server, not your domain name. So first line domain name, second and third line folder name. Sorry if this makes no sense but it is almost 2:00 AM. Also, I used this to help: </p>
<p><a href="http://www.buildwebsite4u.com/advanced/htaccess-file.shtml" rel="nofollow">http://www.buildwebsite4u.com/advanced/htaccess-file.shtml</a> </p>
<p>My ROOT .htaccess file:</p>
<p>#handle example.org wildcard subdomains<br />
RewriteEngine on<br />
RewriteCond %{HTTP_HOST} ^(www.)?([a-z0-9-]+).yourdomain.com [NC]<br />
RewriteCond %{SCRIPT_FILENAME} !^/wordpressmu [NC]<br />
RewriteRule ^(.*)$ /wordpressmu/$1 [L]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

