<?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 for Marty Kokes</title>
	<atom:link href="http://www.martykokes.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.martykokes.com</link>
	<description>How to do stuff!</description>
	<lastBuildDate>Sun, 29 Aug 2010 23:10:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on How To Configure WordPress 3 to use Subdomains in Plesk by Dan</title>
		<link>http://www.martykokes.com/2010/05/how-to-configure-wordpress-3-to-use-subdomains-in-plesk/comment-page-1/#comment-499</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Sun, 29 Aug 2010 23:10:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.martykokes.com/?p=291#comment-499</guid>
		<description>If I (stupidly) setup for subfolders is there a way to convert to sub domains without re-installing wordpress etc.?</description>
		<content:encoded><![CDATA[<p>If I (stupidly) setup for subfolders is there a way to convert to sub domains without re-installing wordpress etc.?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Starcraft II &#8211; Beta Breakup by Garret</title>
		<link>http://www.martykokes.com/2010/04/starcraft-ii-beta-breakup/comment-page-1/#comment-498</link>
		<dc:creator>Garret</dc:creator>
		<pubDate>Wed, 25 Aug 2010 23:06:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.martykokes.com/?p=270#comment-498</guid>
		<description>What a BIOOOOOOCHHHHH!</description>
		<content:encoded><![CDATA[<p>What a BIOOOOOOCHHHHH!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Configure WordPress 3 to use Subdomains in Plesk by keitai</title>
		<link>http://www.martykokes.com/2010/05/how-to-configure-wordpress-3-to-use-subdomains-in-plesk/comment-page-1/#comment-495</link>
		<dc:creator>keitai</dc:creator>
		<pubDate>Wed, 04 Aug 2010 12:37:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.martykokes.com/?p=291#comment-495</guid>
		<description>ok i might have found a solution i had to uncheck

domain administration &gt; interface preferences &gt; preferences &gt; www checkbox

keep you informed</description>
		<content:encoded><![CDATA[<p>ok i might have found a solution i had to uncheck</p>
<p>domain administration &gt; interface preferences &gt; preferences &gt; www checkbox</p>
<p>keep you informed</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Configure WordPress 3 to use Subdomains in Plesk by keitai</title>
		<link>http://www.martykokes.com/2010/05/how-to-configure-wordpress-3-to-use-subdomains-in-plesk/comment-page-1/#comment-494</link>
		<dc:creator>keitai</dc:creator>
		<pubDate>Wed, 04 Aug 2010 12:20:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.martykokes.com/?p=291#comment-494</guid>
		<description>Hi there,

as mikosh i have the same problem
i have installed a fresh WP 3.0.1 an i added to my plesk dns

1/
A *.mydomain.com

also check the dns from my hosting company as the plesk dns is bypassed  and it is 
2/
I created a file called vhost.conf and edit it with
ServerAlias *.mydomain.com

3/
i also restarted apache from plesk

At the moment no luck i get the default plesk page, where i should see the hello world post, right??

regards,
Keitai</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>as mikosh i have the same problem<br />
i have installed a fresh WP 3.0.1 an i added to my plesk dns</p>
<p>1/<br />
A *.mydomain.com</p>
<p>also check the dns from my hosting company as the plesk dns is bypassed  and it is<br />
2/<br />
I created a file called vhost.conf and edit it with<br />
ServerAlias *.mydomain.com</p>
<p>3/<br />
i also restarted apache from plesk</p>
<p>At the moment no luck i get the default plesk page, where i should see the hello world post, right??</p>
<p>regards,<br />
Keitai</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Configure WordPress 3 to use Subdomains in Plesk by mikosh</title>
		<link>http://www.martykokes.com/2010/05/how-to-configure-wordpress-3-to-use-subdomains-in-plesk/comment-page-1/#comment-493</link>
		<dc:creator>mikosh</dc:creator>
		<pubDate>Mon, 26 Jul 2010 07:10:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.martykokes.com/?p=291#comment-493</guid>
		<description>Hello, thanks for guide, but i&#039;ve some problem...
i&#039;ve got working multisite install (domain.com, blog1.domain.com, blog2.domain.com, ecc).
i addedd CNAME as you tell, and CNAME is working (blog.company.com -&gt; blog1.domain.com),  but, as sina, if i go to blog.company.com, it shows default apache test page...
What i&#039;m going wrong?
in /var/www/vhosts/domain.com/conf/vhost.conf, do i have to add only 
ServerAlias *.domain.com
or also
ServerAlias *.company.com ??
or maybe i&#039;ve got to add a &quot;domain alias&quot; in plesk ?
thanks!</description>
		<content:encoded><![CDATA[<p>Hello, thanks for guide, but i&#8217;ve some problem&#8230;<br />
i&#8217;ve got working multisite install (domain.com, blog1.domain.com, blog2.domain.com, ecc).<br />
i addedd CNAME as you tell, and CNAME is working (blog.company.com -&gt; blog1.domain.com),  but, as sina, if i go to blog.company.com, it shows default apache test page&#8230;<br />
What i&#8217;m going wrong?<br />
in /var/www/vhosts/domain.com/conf/vhost.conf, do i have to add only<br />
ServerAlias *.domain.com<br />
or also<br />
ServerAlias *.company.com ??<br />
or maybe i&#8217;ve got to add a &#8220;domain alias&#8221; in plesk ?<br />
thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Configure WordPress 3 to use Subdomains in Plesk by patrick wambu</title>
		<link>http://www.martykokes.com/2010/05/how-to-configure-wordpress-3-to-use-subdomains-in-plesk/comment-page-1/#comment-491</link>
		<dc:creator>patrick wambu</dc:creator>
		<pubDate>Fri, 02 Jul 2010 00:35:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.martykokes.com/?p=291#comment-491</guid>
		<description>thanks for the quick guide...just the solution I needed!</description>
		<content:encoded><![CDATA[<p>thanks for the quick guide&#8230;just the solution I needed!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Configure WordPress 3 to use Subdomains in Plesk by sina</title>
		<link>http://www.martykokes.com/2010/05/how-to-configure-wordpress-3-to-use-subdomains-in-plesk/comment-page-1/#comment-490</link>
		<dc:creator>sina</dc:creator>
		<pubDate>Thu, 01 Jul 2010 17:05:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.martykokes.com/?p=291#comment-490</guid>
		<description>another one
i can not found /var/www/vhosts/domain.com/conf/vhost.conf
i create new file with that name and add
ServerAlias *.yourdomain.com
and reload apache config
but again after i create new site in wordpress defualt parallels plesk page shown !!!

please help me with this problem</description>
		<content:encoded><![CDATA[<p>another one<br />
i can not found /var/www/vhosts/domain.com/conf/vhost.conf<br />
i create new file with that name and add<br />
ServerAlias *.yourdomain.com<br />
and reload apache config<br />
but again after i create new site in wordpress defualt parallels plesk page shown !!!</p>
<p>please help me with this problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Configure WordPress 3 to use Subdomains in Plesk by sina</title>
		<link>http://www.martykokes.com/2010/05/how-to-configure-wordpress-3-to-use-subdomains-in-plesk/comment-page-1/#comment-489</link>
		<dc:creator>sina</dc:creator>
		<pubDate>Thu, 01 Jul 2010 16:53:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.martykokes.com/?p=291#comment-489</guid>
		<description>hi
how you pass step 3 
Add the following to your .htaccess file in /var/www/vhosts/bestlifes.net/httpdocs/, replacing other WordPress rules

when i create a .htaccess file with code that given in wordpress i have internal server error. i use plesk in linux like you</description>
		<content:encoded><![CDATA[<p>hi<br />
how you pass step 3<br />
Add the following to your .htaccess file in /var/www/vhosts/bestlifes.net/httpdocs/, replacing other WordPress rules</p>
<p>when i create a .htaccess file with code that given in wordpress i have internal server error. i use plesk in linux like you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Dog Enjoys Snow by Santa</title>
		<link>http://www.martykokes.com/2009/12/my-dog-enjoys-snow/comment-page-1/#comment-383</link>
		<dc:creator>Santa</dc:creator>
		<pubDate>Fri, 25 Dec 2009 21:47:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.martykokes.com/?p=238#comment-383</guid>
		<description>Ho Ho Ho...</description>
		<content:encoded><![CDATA[<p>Ho Ho Ho&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Marty&#8217;s Garage &#8211; Episode 1 by mkokes</title>
		<link>http://www.martykokes.com/2008/12/martys-garage-episode-1/comment-page-1/#comment-41</link>
		<dc:creator>mkokes</dc:creator>
		<pubDate>Wed, 17 Dec 2008 06:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.martykokes.com/?p=58#comment-41</guid>
		<description>Thanks man, I&#039;ve got a bunch of episodes done so far.</description>
		<content:encoded><![CDATA[<p>Thanks man, I&#8217;ve got a bunch of episodes done so far.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
