<?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: Use Wildcard Subdomains</title>
	<atom:link href="http://www.jonlee.ca/how-to-use-wildcard-subdomains/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jonlee.ca/how-to-use-wildcard-subdomains/</link>
	<description>eat\ sleep\ code</description>
	<lastBuildDate>Wed, 17 Mar 2010 09:18:29 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Now</title>
		<link>http://www.jonlee.ca/how-to-use-wildcard-subdomains/comment-page-1/#comment-150878</link>
		<dc:creator>Now</dc:creator>
		<pubDate>Fri, 29 Aug 2008 10:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonlee.ca/how-to-use-wildcard-subdomains/#comment-150878</guid>
		<description>Thanks ... I was looking for something like this for the new user system I&#039;m implementing on one of my sites.</description>
		<content:encoded><![CDATA[<p>Thanks &#8230; I was looking for something like this for the new user system I&#8217;m implementing on one of my sites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://www.jonlee.ca/how-to-use-wildcard-subdomains/comment-page-1/#comment-78979</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Wed, 13 Feb 2008 19:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonlee.ca/how-to-use-wildcard-subdomains/#comment-78979</guid>
		<description>Great article!  I&#039;ve been looking all over for subdomain redirects.  My case is slightly different than yours.  My problem is that I need to carry over the name of the subdomain to the new rewrite rule. So I have several blogs on one server with Wordpress MU and i need to redirect 
*.mysite.com to
*.mysite.com/wpmu
One problem is I have to deal with www.mysite.com AND john.mysite.com and bill.mysite.com etc. for all of the blogs.  So I already have rewrite rules to redirect all requests starting with &quot;www&quot; to go to &quot;mysite.com&quot;.  But how do I redirect all dynamically created subdomains to subdomain.mysite.com/wpmu ?  Thanks in advance for any help.

Nick</description>
		<content:encoded><![CDATA[<p>Great article!  I&#8217;ve been looking all over for subdomain redirects.  My case is slightly different than yours.  My problem is that I need to carry over the name of the subdomain to the new rewrite rule. So I have several blogs on one server with Wordpress MU and i need to redirect<br />
*.mysite.com to<br />
*.mysite.com/wpmu<br />
One problem is I have to deal with <a href="http://www.mysite.com" rel="nofollow">http://www.mysite.com</a> AND john.mysite.com and bill.mysite.com etc. for all of the blogs.  So I already have rewrite rules to redirect all requests starting with &#8220;www&#8221; to go to &#8220;mysite.com&#8221;.  But how do I redirect all dynamically created subdomains to subdomain.mysite.com/wpmu ?  Thanks in advance for any help.</p>
<p>Nick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mentor</title>
		<link>http://www.jonlee.ca/how-to-use-wildcard-subdomains/comment-page-1/#comment-71505</link>
		<dc:creator>Mentor</dc:creator>
		<pubDate>Wed, 30 Jan 2008 22:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonlee.ca/how-to-use-wildcard-subdomains/#comment-71505</guid>
		<description>I think this is not unique solution, everyone is working with somekind of subdomains (i mean on blog services). But Blogspot is the best.</description>
		<content:encoded><![CDATA[<p>I think this is not unique solution, everyone is working with somekind of subdomains (i mean on blog services). But Blogspot is the best.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Lee</title>
		<link>http://www.jonlee.ca/how-to-use-wildcard-subdomains/comment-page-1/#comment-10806</link>
		<dc:creator>Jon Lee</dc:creator>
		<pubDate>Sat, 25 Aug 2007 05:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonlee.ca/how-to-use-wildcard-subdomains/#comment-10806</guid>
		<description>I believe Wordpress checks the &quot;requested file&quot; -- for example, in this case it is /how-to-use-wildcard-subdomains/
It then checks to see if it is a real directory or a real file, if not, it redirects to index.php which then reads it as the &quot;post slug&quot; (the URL-ized version of the post title).  It queries the database looking for a post with the same slug, then displays that post.  If it can&#039;t find it then it just displays the main page (index.php).</description>
		<content:encoded><![CDATA[<p>I believe Wordpress checks the &#8220;requested file&#8221; &#8212; for example, in this case it is /how-to-use-wildcard-subdomains/<br />
It then checks to see if it is a real directory or a real file, if not, it redirects to index.php which then reads it as the &#8220;post slug&#8221; (the URL-ized version of the post title).  It queries the database looking for a post with the same slug, then displays that post.  If it can&#8217;t find it then it just displays the main page (index.php).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Online Review</title>
		<link>http://www.jonlee.ca/how-to-use-wildcard-subdomains/comment-page-1/#comment-10750</link>
		<dc:creator>Charles Online Review</dc:creator>
		<pubDate>Fri, 24 Aug 2007 20:38:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonlee.ca/how-to-use-wildcard-subdomains/#comment-10750</guid>
		<description>Wow! This has been what I wanted to know... I have been thinking how blogspot did their subdomains... Thanks!</description>
		<content:encoded><![CDATA[<p>Wow! This has been what I wanted to know&#8230; I have been thinking how blogspot did their subdomains&#8230; Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JinRoh</title>
		<link>http://www.jonlee.ca/how-to-use-wildcard-subdomains/comment-page-1/#comment-10615</link>
		<dc:creator>JinRoh</dc:creator>
		<pubDate>Fri, 24 Aug 2007 11:21:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonlee.ca/how-to-use-wildcard-subdomains/#comment-10615</guid>
		<description>I am a newbie in PHP  and actually in everything related to website development.

I always had that doubt, when I saw websites like yourname.justgotowned.com 

By the way, talking about &quot;/my-blog-post/&quot; I have always been wondering how  Wordpress or most blog systems do that redirection.

I know how to do it manually, in .htaccess , but I think that in the case of Wordpress / blog posts it is done automatically.

How is that possible?

Thanks,

a noob</description>
		<content:encoded><![CDATA[<p>I am a newbie in PHP  and actually in everything related to website development.</p>
<p>I always had that doubt, when I saw websites like yourname.justgotowned.com </p>
<p>By the way, talking about &#8220;/my-blog-post/&#8221; I have always been wondering how  Wordpress or most blog systems do that redirection.</p>
<p>I know how to do it manually, in .htaccess , but I think that in the case of Wordpress / blog posts it is done automatically.</p>
<p>How is that possible?</p>
<p>Thanks,</p>
<p>a noob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jew</title>
		<link>http://www.jonlee.ca/how-to-use-wildcard-subdomains/comment-page-1/#comment-10480</link>
		<dc:creator>jew</dc:creator>
		<pubDate>Thu, 23 Aug 2007 14:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonlee.ca/how-to-use-wildcard-subdomains/#comment-10480</guid>
		<description>great post, i like your points. i chose not to move, i think that the address with consist of my site is good for publicity so people will connect my site to my blog.</description>
		<content:encoded><![CDATA[<p>great post, i like your points. i chose not to move, i think that the address with consist of my site is good for publicity so people will connect my site to my blog.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
