<?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: Enabling wildcard subdomains</title>
	<atom:link href="http://wpmututorials.com/how-to/enabling-wildcard-subdomains/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpmututorials.com/how-to/enabling-wildcard-subdomains/</link>
	<description>WordPress multisite how to - making sense of the network feature from what was wordpress mu</description>
	<lastBuildDate>Thu, 26 Jan 2012 22:51:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: andrea</title>
		<link>http://wpmututorials.com/how-to/enabling-wildcard-subdomains/#comment-11067</link>
		<dc:creator>andrea</dc:creator>
		<pubDate>Thu, 18 Nov 2010 14:05:34 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=301#comment-11067</guid>
		<description>this is the same as my step describing enabling it in your DNS records.

in your case, your host has already done the step in Apache. that&#039;s why it works. It&#039;s not the same on all hosts.</description>
		<content:encoded><![CDATA[<p>this is the same as my step describing enabling it in your DNS records.</p>
<p>in your case, your host has already done the step in Apache. that&#8217;s why it works. It&#8217;s not the same on all hosts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat</title>
		<link>http://wpmututorials.com/how-to/enabling-wildcard-subdomains/#comment-11057</link>
		<dc:creator>Pat</dc:creator>
		<pubDate>Wed, 17 Nov 2010 03:38:35 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=301#comment-11057</guid>
		<description>in your Cpanel go to Subdomains and in the field &quot; Subdomain : &quot; ADD an asterisk
then hit the button create.

so you should have
*.youwebsite.com

That&#039;s it!</description>
		<content:encoded><![CDATA[<p>in your Cpanel go to Subdomains and in the field &#8221; Subdomain : &#8221; ADD an asterisk<br />
then hit the button create.</p>
<p>so you should have<br />
*.youwebsite.com</p>
<p>That&#8217;s it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Bowman</title>
		<link>http://wpmututorials.com/how-to/enabling-wildcard-subdomains/#comment-10797</link>
		<dc:creator>Brian Bowman</dc:creator>
		<pubDate>Wed, 20 Oct 2010 09:30:57 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=301#comment-10797</guid>
		<description>Hey Andrea,

I wrote out a real detailed explanation of my attempts to setup a WP 3.0.1 multiuser install on a local host mac platform - and am attempting to set that up properly so tthat I can use subdomains.  I&#039;m ok with manually updating the hosts file when needed.  Can you answer the question here: http://wordpress.org/support/topic/local-installation-of-wp-multisite?replies=3#post-1747895 

Much thanks.</description>
		<content:encoded><![CDATA[<p>Hey Andrea,</p>
<p>I wrote out a real detailed explanation of my attempts to setup a WP 3.0.1 multiuser install on a local host mac platform &#8211; and am attempting to set that up properly so tthat I can use subdomains.  I&#8217;m ok with manually updating the hosts file when needed.  Can you answer the question here: <a href="http://wordpress.org/support/topic/local-installation-of-wp-multisite?replies=3#post-1747895" rel="nofollow">http://wordpress.org/support/topic/local-installation-of-wp-multisite?replies=3#post-1747895</a> </p>
<p>Much thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrea</title>
		<link>http://wpmututorials.com/how-to/enabling-wildcard-subdomains/#comment-10548</link>
		<dc:creator>andrea</dc:creator>
		<pubDate>Tue, 28 Sep 2010 00:39:31 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=301#comment-10548</guid>
		<description>Ask them. :) I&#039;m not being silly, you really need to file a support ticket with them and ask. They will know.</description>
		<content:encoded><![CDATA[<p>Ask them. <img src='http://wpmututorials.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I&#8217;m not being silly, you really need to file a support ticket with them and ask. They will know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pain</title>
		<link>http://wpmututorials.com/how-to/enabling-wildcard-subdomains/#comment-10547</link>
		<dc:creator>pain</dc:creator>
		<pubDate>Tue, 28 Sep 2010 00:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=301#comment-10547</guid>
		<description>how do i know either my shared hosting support wild card subdomain?</description>
		<content:encoded><![CDATA[<p>how do i know either my shared hosting support wild card subdomain?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrea</title>
		<link>http://wpmututorials.com/how-to/enabling-wildcard-subdomains/#comment-10544</link>
		<dc:creator>andrea</dc:creator>
		<pubDate>Mon, 27 Sep 2010 21:23:10 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=301#comment-10544</guid>
		<description>Yep, it&#039;s a zoning issue. :) Apache reads them in the order it finds them, so if the wildcard record come first, and then the subdomains.... well, you get sent to the wordpress install.

Shuffle it around in the httpd.conf file a bit, put the wildcard last, should sort you right out.</description>
		<content:encoded><![CDATA[<p>Yep, it&#8217;s a zoning issue. <img src='http://wpmututorials.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Apache reads them in the order it finds them, so if the wildcard record come first, and then the subdomains&#8230;. well, you get sent to the wordpress install.</p>
<p>Shuffle it around in the httpd.conf file a bit, put the wildcard last, should sort you right out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://wpmututorials.com/how-to/enabling-wildcard-subdomains/#comment-10543</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 27 Sep 2010 20:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=301#comment-10543</guid>
		<description>Hi guys,

First off, thanks for such a great resource! It&#039;s been lots of help so far.

Is it possible to have a number of subdomains that are real sites co-existing with a WP3 Network install?

 I asked my (shared) hosting provider to enable wildcards for my domain but now every subdomain, whether it exists or not, redirects to the wp blog at mydomain.com.

I would like to have my blog running on mydomain.com, blog2.mydomain.com etc but also resolve actualsite.mydomain.com without redirecting to the default blog at mydomain.com. In this case I would want this to redirect to the subdirectory &quot;/public_html/actualsite&quot;.

Is this a httpd.conf/DNS zone issue? Or is mydomain.com now the sole property of my wp blog?</description>
		<content:encoded><![CDATA[<p>Hi guys,</p>
<p>First off, thanks for such a great resource! It&#8217;s been lots of help so far.</p>
<p>Is it possible to have a number of subdomains that are real sites co-existing with a WP3 Network install?</p>
<p> I asked my (shared) hosting provider to enable wildcards for my domain but now every subdomain, whether it exists or not, redirects to the wp blog at mydomain.com.</p>
<p>I would like to have my blog running on mydomain.com, blog2.mydomain.com etc but also resolve actualsite.mydomain.com without redirecting to the default blog at mydomain.com. In this case I would want this to redirect to the subdirectory &#8220;/public_html/actualsite&#8221;.</p>
<p>Is this a httpd.conf/DNS zone issue? Or is mydomain.com now the sole property of my wp blog?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrea</title>
		<link>http://wpmututorials.com/how-to/enabling-wildcard-subdomains/#comment-10335</link>
		<dc:creator>andrea</dc:creator>
		<pubDate>Tue, 07 Sep 2010 18:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=301#comment-10335</guid>
		<description>Possible? Yes, but a lot of work. You&#039;d have to have one host that will give you different IPs for each.

Also, it&#039;s really a non-issue seo-wise, unless you are doing thousands of links between all the sites. We have quite a few domains all in one install - the SEO is fine on them. It;s no different than hosting your site ion a shared host. (You;d share the IP there with a few hundred other domains).</description>
		<content:encoded><![CDATA[<p>Possible? Yes, but a lot of work. You&#8217;d have to have one host that will give you different IPs for each.</p>
<p>Also, it&#8217;s really a non-issue seo-wise, unless you are doing thousands of links between all the sites. We have quite a few domains all in one install &#8211; the SEO is fine on them. It;s no different than hosting your site ion a shared host. (You;d share the IP there with a few hundred other domains).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilya</title>
		<link>http://wpmututorials.com/how-to/enabling-wildcard-subdomains/#comment-10331</link>
		<dc:creator>Ilya</dc:creator>
		<pubDate>Tue, 07 Sep 2010 15:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=301#comment-10331</guid>
		<description>I installed WPMU and it&#039;s working good. But all of my sites have the same IP-address. I&#039;d like that each site has it&#039;s own IP-address. I have VPS Hosting (32 IP-addresses, Hostgator). My question: is it possible to have individual IP-address for each site?</description>
		<content:encoded><![CDATA[<p>I installed WPMU and it&#8217;s working good. But all of my sites have the same IP-address. I&#8217;d like that each site has it&#8217;s own IP-address. I have VPS Hosting (32 IP-addresses, Hostgator). My question: is it possible to have individual IP-address for each site?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boggy</title>
		<link>http://wpmututorials.com/how-to/enabling-wildcard-subdomains/#comment-10301</link>
		<dc:creator>boggy</dc:creator>
		<pubDate>Fri, 03 Sep 2010 16:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=301#comment-10301</guid>
		<description>I have almost the same problem as Mark.

When I try root installation of WPMU, the htaccess file doesn&#039;t work. When the installation is in subdir everything is OK.

My site is also @godaddy and the technical support there answered me that their share hosting doesn&#039;t support wildcard DNS.</description>
		<content:encoded><![CDATA[<p>I have almost the same problem as Mark.</p>
<p>When I try root installation of WPMU, the htaccess file doesn&#8217;t work. When the installation is in subdir everything is OK.</p>
<p>My site is also @godaddy and the technical support there answered me that their share hosting doesn&#8217;t support wildcard DNS.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

