<?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: Wordpress Subdomains Plugin 0.5.1 News</title>
	<atom:link href="http://casualgenius.com/2008/11/30/wordpress-subdomain-plugin-051-news/feed" rel="self" type="application/rss+xml" />
	<link>http://webdev.casualgenius.com/2008/11/30/wordpress-subdomain-plugin-051-news</link>
	<description>The goings on of Alex Stansfield</description>
	<lastBuildDate>Mon, 08 Mar 2010 03:41:05 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Justin</title>
		<link>http://webdev.casualgenius.com/2008/11/30/wordpress-subdomain-plugin-051-news/comment-page-1#comment-703</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Sat, 11 Apr 2009 16:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://webdev.casualgenius.com/?p=173#comment-703</guid>
		<description>Thank you!
Thank you!
Thank you!
Thank you!

I&#039;ve been trying to figure out how to fix that issue since i started my site.  I tried the root Cookie Path plugin thinking that&#039;d work but that was for when the blog is in a folder.  Using this advice though I finally don&#039;t have to re-login for every subdomain I have.</description>
		<content:encoded><![CDATA[<p>Thank you!<br />
Thank you!<br />
Thank you!<br />
Thank you!</p>
<p>I&#8217;ve been trying to figure out how to fix that issue since i started my site.  I tried the root Cookie Path plugin thinking that&#8217;d work but that was for when the blog is in a folder.  Using this advice though I finally don&#8217;t have to re-login for every subdomain I have.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Stansfield</title>
		<link>http://webdev.casualgenius.com/2008/11/30/wordpress-subdomain-plugin-051-news/comment-page-1#comment-36</link>
		<dc:creator>Alex Stansfield</dc:creator>
		<pubDate>Sat, 27 Dec 2008 10:03:13 +0000</pubDate>
		<guid isPermaLink="false">http://webdev.casualgenius.com/?p=173#comment-36</guid>
		<description>Hi,

This is something I was going to mention in the readme of the next release.

It&#039;s not actually a bug but you need to add an option to your wp-config.php in order for your cookies to span subdomains.

In wordpress&#039;s wp-config.php add:

define(&#039;COOKIE_DOMAIN&#039;, &#039;.mydomain.com&#039;);

where mydomain.com is your domain. Also remember the dot (.) before the domain, this is what makes it work. For example with this site I have:

define(&#039;COOKIE_DOMAIN&#039;, &#039;.casualgenius.com&#039;);

Once this is done you might want to delete any cookie you have for your domain so wordpress will set them all again.

Cheers,

Alex</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This is something I was going to mention in the readme of the next release.</p>
<p>It&#8217;s not actually a bug but you need to add an option to your wp-config.php in order for your cookies to span subdomains.</p>
<p>In wordpress&#8217;s wp-config.php add:</p>
<p>define(&#8217;COOKIE_DOMAIN&#8217;, &#8216;.mydomain.com&#8217;);</p>
<p>where mydomain.com is your domain. Also remember the dot (.) before the domain, this is what makes it work. For example with this site I have:</p>
<p>define(&#8217;COOKIE_DOMAIN&#8217;, &#8216;.casualgenius.com&#8217;);</p>
<p>Once this is done you might want to delete any cookie you have for your domain so wordpress will set them all again.</p>
<p>Cheers,</p>
<p>Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maojieming</title>
		<link>http://webdev.casualgenius.com/2008/11/30/wordpress-subdomain-plugin-051-news/comment-page-1#comment-35</link>
		<dc:creator>maojieming</dc:creator>
		<pubDate>Sat, 27 Dec 2008 09:46:32 +0000</pubDate>
		<guid isPermaLink="false">http://webdev.casualgenius.com/?p=173#comment-35</guid>
		<description>I found a bug about the cookie.
take your site for example.

after you login.

if you can edit this post  directly on the post or not.

http://webdev.casualgenius.com/2008/11/30/wordpress-subdomain-plugin-051-news

maybe you can edit it directly on this:

http://casualgenius.com/2008/11/30/wordpress-subdomain-plugin-051-news

In my wordpress, I test many times, just no effect.

Thank for your time to do this.</description>
		<content:encoded><![CDATA[<p>I found a bug about the cookie.<br />
take your site for example.</p>
<p>after you login.</p>
<p>if you can edit this post  directly on the post or not.</p>
<p><a href="http://webdev.casualgenius.com/2008/11/30/wordpress-subdomain-plugin-051-news" rel="nofollow">http://webdev.casualgenius.com/2008/11/30/wordpress-subdomain-plugin-051-news</a></p>
<p>maybe you can edit it directly on this:</p>
<p><a href="http://casualgenius.com/2008/11/30/wordpress-subdomain-plugin-051-news" rel="nofollow">http://casualgenius.com/2008/11/30/wordpress-subdomain-plugin-051-news</a></p>
<p>In my wordpress, I test many times, just no effect.</p>
<p>Thank for your time to do this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Stansfield</title>
		<link>http://webdev.casualgenius.com/2008/11/30/wordpress-subdomain-plugin-051-news/comment-page-1#comment-19</link>
		<dc:creator>Alex Stansfield</dc:creator>
		<pubDate>Tue, 16 Dec 2008 16:16:40 +0000</pubDate>
		<guid isPermaLink="false">http://webdev.casualgenius.com/?p=173#comment-19</guid>
		<description>Thank you for your kind comments :)
I&#039;ve not had as much time to work on the plugin in the last few weeks as work and home life have consumed a lot of my time.
From what you&#039;ve written is looks like you&#039;re saying that the plugin doesn&#039;t work in wordpress 2.7? Is this right?
I&#039;ve not had a chance to check it but if this is the case then I will do my best to get it fixed ASAP so you can use it. I&#039;ll try and test wordpress 2.7 in the next few days.</description>
		<content:encoded><![CDATA[<p>Thank you for your kind comments <img src='http://casualgenius.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
I&#8217;ve not had as much time to work on the plugin in the last few weeks as work and home life have consumed a lot of my time.<br />
From what you&#8217;ve written is looks like you&#8217;re saying that the plugin doesn&#8217;t work in wordpress 2.7? Is this right?<br />
I&#8217;ve not had a chance to check it but if this is the case then I will do my best to get it fixed ASAP so you can use it. I&#8217;ll try and test wordpress 2.7 in the next few days.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shu</title>
		<link>http://webdev.casualgenius.com/2008/11/30/wordpress-subdomain-plugin-051-news/comment-page-1#comment-18</link>
		<dc:creator>shu</dc:creator>
		<pubDate>Tue, 16 Dec 2008 16:01:18 +0000</pubDate>
		<guid isPermaLink="false">http://webdev.casualgenius.com/?p=173#comment-18</guid>
		<description>Thank you for making such a plugin available, I&#039;ve been looking for something like this since I do not want to constantly install new WPs each time I need it on one of my subdomains. I would like to hopefully see it work well with the newest version of WP since atm I cannot use it but I look forward to your newest release~</description>
		<content:encoded><![CDATA[<p>Thank you for making such a plugin available, I&#8217;ve been looking for something like this since I do not want to constantly install new WPs each time I need it on one of my subdomains. I would like to hopefully see it work well with the newest version of WP since atm I cannot use it but I look forward to your newest release~</p>
]]></content:encoded>
	</item>
</channel>
</rss>
