<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Holy Web Hosts</title>
	<atom:link href="http://holywebhosts.com/feed" rel="self" type="application/rss+xml" />
	<link>http://holywebhosts.com</link>
	<description>Web Hosting and Domain Names</description>
	<lastBuildDate>Sun, 27 Jun 2010 19:23:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Transferring a WordPress Website to a Different Host</title>
		<link>http://holywebhosts.com/transferring-a-wordpress-website-to-a-different-host-97</link>
		<comments>http://holywebhosts.com/transferring-a-wordpress-website-to-a-different-host-97#comments</comments>
		<pubDate>Sun, 27 Jun 2010 19:23:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Help Topics]]></category>
		<category><![CDATA[transfer WordPress]]></category>

		<guid isPermaLink="false">http://holywebhosts.com/?p=97</guid>
		<description><![CDATA[There are great instructions for transferring a WordPress website on wordpress.org. I don&#8217;t intend to replace them. These instructions are specific to HolyWebHosts. If you have a question or find a step that is unclear just ask. We are here to help. We will Assume the following: The domain name on the old server&#8230;and the [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fholywebhosts.com%2Ftransferring-a-wordpress-website-to-a-different-host-97"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fholywebhosts.com%2Ftransferring-a-wordpress-website-to-a-different-host-97&amp;source=holywebmaker&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>There are great instructions for transferring a WordPress website on wordpress.org. I don&#8217;t intend to replace them. These instructions are specific to HolyWebHosts. If you have a question or find a step that is unclear just ask. We are here to help.</p>
<p>We will Assume the following:</p>
<ul>
<li>The domain name on the old server&#8230;and the domain name on the new server are the SAME. This most likely means you are moving the site and expect a little downtime while the nameservers resolve. There are several ways to avoid downtime, but this article does not avoid them. If you need to make the transition with little/no downtime we can help and we might write about that in the future. WordPress.org covers the basic steps. If you can make the switch this way, the steps on WordPress.org will get you through the more complex uninterrupted changes.</li>
<li>You have a domain AND a hosting account on HolyWebHosts (in the same account).</li>
<li>You have an existing hosting account at some other place.</li>
</ul>
<p>NOTE: When we mention your old account, we will call it old to help distinguish between the new HolyWebHosts account and your prior service.</p>
<h2>Here are high-level steps:</h2>
<ol>
<li>Download your wp-content folder from the <strong>old</strong> hosting account</li>
<li>Get the WordPress Database files from the <strong>old</strong> site</li>
<li>Install WordPress on the <strong>new</strong> hosting account (see <a title="Installing WordPress the Simple Way" href="http://holywebhosts.com/installing-wordpress-on-holywebhosts-the-simplest-way-87">Installing WordPress the simple way</a>)</li>
<li>Replace the <strong>new</strong> wp-content folder with the contents from the old site (the ones downloaded in step 2).</li>
<li>Import the <strong>old</strong> database files into the <strong>new</strong> database.</li>
</ol>
<h2>Here are the detailed steps:</h2>
<h3>Step 1 &#8211; Download the wp-content folder from the old server:</h3>
<p>I can&#8217;t go into detail here since each host is a little different. You should be able to use a simple ftp program. Just make sure you get ALL of the contents of the wp-content folder and store it somewhere on your computer.</p>
<h3>Step 2 &#8211; Get a copy of your WordPress Database from the old site:</h3>
<p>The simplest way to save a copy of the database is to use a plugin called WordPress Database Backup. Install the plugin and configure it to email you a backup. Make sure you select all of the database tables.</p>
<p>After the file is downloaded extract the contents (it may be compressed).</p>
<h3>Step 3 &#8211; Install WordPress on the new HolyWebHost account:</h3>
<p>I covered this in a little detail already (see <a title="Installing WordPress the Simple Way" href="http://holywebhosts.com/installing-wordpress-on-holywebhosts-the-simplest-way-87">Installing WordPress the simple way</a>).</p>
<p>After WordPress is installed you will want to record the new database information. To find the database information you will need to view the file wp-config.php. This file is located in the root of your WordPress installation. Be sure you are on the new server and open the wp-config.php file. Record the following information:</p>
<blockquote>
<pre>define('DB_NAME', 'yourDBName');</pre>
<pre>define('DB_USER', 'yourDBUserName');</pre>
<pre>define('DB_PASSWORD', 'yourDBPassword');</pre>
<pre>define('DB_HOST', 'yourDBHostname');</pre>
</blockquote>
<div></div>
<div>Save this information as you will use it when you import the database files.</div>
<div></div>
<h3>Step 4 &#8211; Replace the new wp-content folder with the old wp-content folder</h3>
<div>
<ol>
<li>Using your ftp program connect to the new hosting account on HolyWebHosts.</li>
<li>Locate the wp-content folder for the new wordpress site on the server. Keep in mind you may have multiple wordpress installations so make sure you have the correct one. Then double check again&#8230;</li>
<li>Locate the old wp-content folder on your computer and upload it to the new server.</li>
</ol>
</div>
<div></div>
<h3>Step 5 &#8211; Import the old database files into the new database:</h3>
<div>
<ol>
<li>Make sure you have the latest copy of your old database. If your website is active you may want to grab a fresh copy.</li>
<li>Open the file and take a quick look at it. You may need to use TextEdit on your Mac or (notepad if you still use Windows &#8211; I feel sorry for you&#8230;).</li>
<li>Login to your new hosting account</li>
<li>From the Hosting Control Center, hover over Databases and click on MySQL.</li>
<li>Find the new database information (information was recorded in Step 3) and click on Manage Via phpMyAdmin.</li>
<li>When the login appears enter the username and password (recorded in step 3)</li>
<li>When the phpMyAdmin screen appears click the import link</li>
<li>Select the db file and click the Go button.</li>
<li>You should see a message that says &#8220;<span style="font-family: sans-serif; line-height: normal;">Import has been successfully finished, xxxx queries executed.&#8221;</span></li>
</ol>
</div>
<div></div>
<div><span style="font-family: sans-serif; line-height: normal;">Now check out your website on the new server. It should be working.</span></div>
<div></div>
<div><span style="font-family: sans-serif; line-height: normal;"><br />
</span></div>
]]></content:encoded>
			<wfw:commentRss>http://holywebhosts.com/transferring-a-wordpress-website-to-a-different-host-97/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing WordPress on HolyWebHosts (the simplest way)</title>
		<link>http://holywebhosts.com/installing-wordpress-on-holywebhosts-the-simplest-way-87</link>
		<comments>http://holywebhosts.com/installing-wordpress-on-holywebhosts-the-simplest-way-87#comments</comments>
		<pubDate>Sat, 12 Jun 2010 22:40:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Help Topics]]></category>
		<category><![CDATA[One Click WordPress Install]]></category>
		<category><![CDATA[Value Applications]]></category>
		<category><![CDATA[Wordpress Install]]></category>

		<guid isPermaLink="false">http://holywebhosts.com/?p=87</guid>
		<description><![CDATA[Before you begin, you will need Economy hosting or higher. I HIGHLY recommend linux hosting. If you choose to install on Windows your mileage will vary. I&#8217;ve tried it twice and always ran into problems. WordPress works great on Linux hosting. I&#8217;ll assume your hosting is already setup. From the hosting control center you will [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fholywebhosts.com%2Finstalling-wordpress-on-holywebhosts-the-simplest-way-87"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fholywebhosts.com%2Finstalling-wordpress-on-holywebhosts-the-simplest-way-87&amp;source=holywebmaker&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Before you begin, you will need <a title="Economy Web Hosting" href="http://www.securepaynet.net/Hosting/Legacy.aspx?ci=1783&amp;prog_id=HolyWebHosts">Economy hosting</a> or higher. I HIGHLY recommend linux hosting. If you choose to install on Windows your mileage will vary. I&#8217;ve tried it twice and always ran into problems. WordPress works great on Linux hosting.</p>
<p>I&#8217;ll assume your hosting is already setup.</p>
<p>From the hosting control center you will see Value Applications.  It can be found by clicking on the Your Applications image or going to the content menu and selecting Value Applications.</p>
<p><a href="http://holywebhosts.com/wp-content/uploads/2010/06/Wordpres-setup-1.png"><img class="aligncenter size-full wp-image-91" title="Wordpres-setup-Launch the Value Applications" src="http://holywebhosts.com/wp-content/uploads/2010/06/Wordpres-setup-1.png" alt="Wordpres-setup-Launch the Value Applications" width="556" height="258" /></a></p>
<p>From the Value Applications area you have access to install many different tools. We all know WordPress is the best so we&#8217;ll focus on that. To find the wordpress click on Blogs and then click the WordPress link.</p>
<p><a href="http://holywebhosts.com/wp-content/uploads/2010/06/Wordpress-setup-2.png"><img class="aligncenter size-full wp-image-90" title="Wordpress-setup-Open the WordPress Installer" src="http://holywebhosts.com/wp-content/uploads/2010/06/Wordpress-setup-2.png" alt="Wordpress-setup-Open the WordPress Installer" width="716" height="445" /></a></p>
<p>A little information about WordPress will appear. Click on the Install Now button and follow the instruction to complete the setup. It should take a couple minutes to complete the steps and may take 30 minutes to complete the process on the server.</p>
<p><a href="http://holywebhosts.com/wp-content/uploads/2010/06/Wordpress-setup-3.png"><img class="aligncenter size-full wp-image-89" title="Wordpress-setup-Installation Button" src="http://holywebhosts.com/wp-content/uploads/2010/06/Wordpress-setup-3.png" alt="Wordpress-setup-Installation Button" width="527" height="285" /></a></p>
<p>NOTE: These instructions are QUICK and maybe a little dirty. If you need any help, don&#8217;t hesitate to ask. We are here to get you up and running&#8230;and want you to stay running without any problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://holywebhosts.com/installing-wordpress-on-holywebhosts-the-simplest-way-87/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setup Your Hosting Account</title>
		<link>http://holywebhosts.com/setup-your-hosting-account-69</link>
		<comments>http://holywebhosts.com/setup-your-hosting-account-69#comments</comments>
		<pubDate>Sat, 12 Jun 2010 22:24:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Help Topics]]></category>
		<category><![CDATA[Check DNS]]></category>
		<category><![CDATA[Check IP Address]]></category>
		<category><![CDATA[Hosting Setup]]></category>
		<category><![CDATA[Web Hosting Setup]]></category>

		<guid isPermaLink="false">http://holywebhosts.com/?p=69</guid>
		<description><![CDATA[After you purchase your hosting account it requires a couple steps to complete the initial setup. Your pending account will show as NEW ACCOUNT. To activate this account click the green launch icon. This will initiate the setup process. During the setup process you will create a hosting account username and password. It will take [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fholywebhosts.com%2Fsetup-your-hosting-account-69"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fholywebhosts.com%2Fsetup-your-hosting-account-69&amp;source=holywebmaker&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>After you purchase your hosting account it requires a couple steps to complete the initial setup.</p>
<p>Your pending account will show as NEW ACCOUNT. To activate this account click the green launch icon. This will initiate the setup process.</p>
<p style="text-align: center;"><a href="http://holywebhosts.com/wp-content/uploads/2010/06/hosting-steup-1.png"><img class="aligncenter size-full wp-image-70" title="New Hosting Account Setup Step 1" src="http://holywebhosts.com/wp-content/uploads/2010/06/hosting-steup-1.png" alt="New Hosting Account Setup Step 1" width="604" height="196" /></a></p>
<p>During the setup process you will create a hosting account username and password. It will take a few minutes to complete the required steps, however, you may need to wait 30 minutes or more for the server to complete the setup after you are done.</p>
<p>Once the setup is complete, clicking the green icon will launch the hosting control center. In the hosting control center there are many things you can do. One of the first things I check is the IP address and DNS servers. You will need these to make sure your domain name is set to the correct DNS and IP address.</p>
<p>Check the IP Address and DNS settings of the hosting account by clicking on the &#8220;view&#8221; link for the Primary Domain DNS field</p>
<p style="text-align: center;"><a href="http://holywebhosts.com/wp-content/uploads/2010/06/hosting-setup-2.png"><img class="aligncenter size-full wp-image-72" title="hosting-setup-2" src="http://holywebhosts.com/wp-content/uploads/2010/06/hosting-setup-2.png" alt="" width="539" height="254" /></a></p>
<p>The following information will show. Note both of the Nameservers and A Record information. You should verify this is set properly for the domain name you are using.<a href="http://holywebhosts.com/wp-content/uploads/2010/06/hosting-setup-3.png"><img class="aligncenter size-full wp-image-71" title="hosting-setup-3" src="http://holywebhosts.com/wp-content/uploads/2010/06/hosting-setup-3.png" alt="" width="446" height="166" /></a></p>
<p>Next Step: Verify your DNS settings are correct for your domain name and/or update your DNS settings for your domain.</p>
<p>NOTE: These instructions are QUICK and maybe a little dirty. If you need any help, don&#8217;t hesitate to ask. We are here to get you up and running&#8230;and want you to stay running without any problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://holywebhosts.com/setup-your-hosting-account-69/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Verify your DNS settings are correct</title>
		<link>http://holywebhosts.com/verify-your-dns-settings-are-correct-75</link>
		<comments>http://holywebhosts.com/verify-your-dns-settings-are-correct-75#comments</comments>
		<pubDate>Sat, 12 Jun 2010 22:24:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Help Topics]]></category>
		<category><![CDATA[A Record]]></category>
		<category><![CDATA[DNS Settings]]></category>
		<category><![CDATA[Domain Manager]]></category>
		<category><![CDATA[Nameserver]]></category>

		<guid isPermaLink="false">http://holywebhosts.com/?p=75</guid>
		<description><![CDATA[To check your DNS settings: Login to your HolyWebHosts Account Manager. Go to your Domain Manager (A new window will open). From the Domain Manager, open the domain you want to check. In the lower left corner you will see Nameservers. These nameservers should match the domain name servers from your hosting account. If they [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fholywebhosts.com%2Fverify-your-dns-settings-are-correct-75"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fholywebhosts.com%2Fverify-your-dns-settings-are-correct-75&amp;source=holywebmaker&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>To check your DNS settings:</p>
<p>Login to your <a title="Account Manager" href="https://mya.securepaynet.net/default.aspx?ci=9086&amp;prog_id=HolyWebHosts">HolyWebHosts Account Manager</a>.</p>
<p>Go to your <a title="Domain Manager" href="https://dcc.securepaynet.net/default.aspx?ci=11218&amp;activeview=domains&amp;prog_id=HolyWebHosts">Domain Manager</a> (A new window will open).</p>
<p>From the Domain Manager, open the domain you want to check.</p>
<p>In the lower left corner you will see Nameservers. These nameservers should match the domain name servers from your hosting account. If they do not match you should update your domain name servers.</p>
<p><a href="http://holywebhosts.com/wp-content/uploads/2010/06/domain-setup-1.png"><img class="aligncenter size-full wp-image-77" title="domain-setup-Nameserver Settings" src="http://holywebhosts.com/wp-content/uploads/2010/06/domain-setup-1.png" alt="domain-setup-Nameserver Settings" width="333" height="150" /></a></p>
<p>While you are here, check the A Record for your domain. The A record should be set to the IP address of your hosting account. The A Record is found in the lower center of the page under Total DNS. If <a href="http://holywebhosts.com/wp-content/uploads/2010/06/domain-setup-2.png"><img class="aligncenter size-full wp-image-76" title="domain-setup-A Record Settings" src="http://holywebhosts.com/wp-content/uploads/2010/06/domain-setup-2.png" alt="domain-setup-A Record Settings" width="245" height="81" /></a></p>
<div id="_mcePaste">NOTE: These instructions are QUICK and maybe a little dirty. If you need any help, don&#8217;t hesitate to ask. We are here to get you up and running&#8230;and want you to stay running without any problems.</div>
<p>NOTE: These instructions are QUICK and maybe a little dirty. If you need any help, don&#8217;t hesitate to ask. We are here to get you up and running&#8230;and want you to stay running without any problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://holywebhosts.com/verify-your-dns-settings-are-correct-75/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Website Promotion is back on</title>
		<link>http://holywebhosts.com/free-website-promotion-is-back-on-66</link>
		<comments>http://holywebhosts.com/free-website-promotion-is-back-on-66#comments</comments>
		<pubDate>Fri, 09 Apr 2010 23:24:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hosting News]]></category>
		<category><![CDATA[Free Website]]></category>

		<guid isPermaLink="false">http://holywebhosts.com/?p=66</guid>
		<description><![CDATA[We are offering a custom built WordPress website with 5 core pages for FREE. All you need to do is buy web hosting and a domain name with us. Then forward your receipt and we will get to work. If you need to transfer a domain you already control we can help &#8212; and we [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fholywebhosts.com%2Ffree-website-promotion-is-back-on-66"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fholywebhosts.com%2Ffree-website-promotion-is-back-on-66&amp;source=holywebmaker&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>We are offering a custom built WordPress website with 5 core pages for FREE. All you need to do is buy web hosting and a domain name with us. Then forward your receipt and we will get to work.</p>
<p>If you need to transfer a domain you already control we can help &#8212; and we will still give you the <a href="http://holywebhosts.com/free-professional-website/">Free Website</a>.</p>
<p>While you are at it, use a discount coupon code and save money on your purchase.</p>
<ul>
<li>Use Coupon Code <strong>100CN15</strong> and Get a 15% discount off any order $100 or more</li>
<li>Use Coupon Code <strong>50CN10</strong> and Get a 10% discount off any order $50 or more</li>
<li>Use Coupon Code <strong>5NC25</strong> and Get a 5% discounts on orders $25 and over</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://holywebhosts.com/free-website-promotion-is-back-on-66/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redesign progress</title>
		<link>http://holywebhosts.com/redesign-progress-52</link>
		<comments>http://holywebhosts.com/redesign-progress-52#comments</comments>
		<pubDate>Mon, 25 May 2009 02:01:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hosting News]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://holywebhosts.com/?p=52</guid>
		<description><![CDATA[The site redesign is making progress. The framework is in place and most of the major components are functioning. The work for the next day or two will be adding some visual images and graphical eye candy. Check back! If you are wondering why we are &#8220;redesigning&#8221; on a live site I have an answer. [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fholywebhosts.com%2Fredesign-progress-52"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fholywebhosts.com%2Fredesign-progress-52&amp;source=holywebmaker&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>The site redesign is making progress. The framework is in place and most of the major components are functioning. The work for the next day or two will be adding some visual images and graphical eye candy.</p>
<p>Check back!</p>
<p>If you are wondering why we are &#8220;redesigning&#8221; on a live site I have an answer. First of all this is not normal. The old site was a simple static page and I figured a site-in-the-works would be better than what I had before. I am taking a proactive approach to Search Engine Optimization on my own sites since this is long overdue.</p>
]]></content:encoded>
			<wfw:commentRss>http://holywebhosts.com/redesign-progress-52/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howdy, We&#8217;re Redesigning&#8230;.</title>
		<link>http://holywebhosts.com/hello-world-1</link>
		<comments>http://holywebhosts.com/hello-world-1#comments</comments>
		<pubDate>Sun, 24 May 2009 22:43:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hosting News]]></category>

		<guid isPermaLink="false">http://holywebhosts.com/?p=1</guid>
		<description><![CDATA[Welcome to HolyWebHosts. We are in the middle of a redesign, but fully functional. Click around or come back soon to see the progress. And, if you have a question don&#8217;t hesitate to ask!]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fholywebhosts.com%2Fhello-world-1"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fholywebhosts.com%2Fhello-world-1&amp;source=holywebmaker&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Welcome to HolyWebHosts. We are in the middle of a redesign, but fully functional. Click around or come back soon to see the progress. And, if you have a question don&#8217;t hesitate to ask!</p>
]]></content:encoded>
			<wfw:commentRss>http://holywebhosts.com/hello-world-1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
