<?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>Web Server Hosting Knowledge base &#187; How to Add sub-domains ?</title>
	<atom:link href="http://www.bodhost.com/web-hosting/tag/how-to-add-sub-domains/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bodhost.com/web-hosting</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 04:31:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to Add a Sub-domain in Linux / Windows Dedicated Server</title>
		<link>http://www.bodhost.com/web-hosting/sub-domain-dedicated-server-configuration/</link>
		<comments>http://www.bodhost.com/web-hosting/sub-domain-dedicated-server-configuration/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 18:37:13 +0000</pubDate>
		<dc:creator>bodhost</dc:creator>
				<category><![CDATA[Dedicated Hosting]]></category>
		<category><![CDATA[Dedicated Server Hosting]]></category>
		<category><![CDATA[Dedicated Web Hosting]]></category>
		<category><![CDATA[How to Add sub-domains ?]]></category>
		<category><![CDATA[linux dedicated server]]></category>
		<category><![CDATA[Windows Dedicated Server]]></category>

		<guid isPermaLink="false">http://www.bodhost.com/web-hosting/?p=818</guid>
		<description><![CDATA[Sub-domain management is very much similar to main domain name configuration. The main difference is that it is attached to the main domain name. Request for subdomain is routed to DNS server which has DNS information for the main domain. Sub-domain DNS records resolved to a IP address, the rquest is sent to the web [...]]]></description>
			<content:encoded><![CDATA[<p>Sub-domain management is very much similar to main domain name configuration. The main difference is that it is attached to the main domain name. Request for subdomain is routed to DNS server which has DNS information for the main domain. Sub-domain DNS records resolved to a IP address, the rquest is sent to the web server that is assigned with the IP address. the request can now be moved to the website. By many DNS server entries, subdomain configuration can be taken care of and application setup for management of load or applications.</p>
<p>DNS server should have pointer to the sub domain as CNAME or hostname or MX entry for emails. If the IP address of the main domain name and sub-domain name are the same, we then use CNAME or alias. A records are used if the IP points to the different dedicated server in case of load balancing server setup.</p>
<p>CNAME is used when the IP address of the sub-domain and the main domain are the same. It means the parent domain and child-domain points to the same IP address such as : </p>
<p>www IN CNAME domain.com.<br />
subdomain1 IN CNAME domain.com.<br />
subdomain2 IN CNAME domain.com.</p>
<p>A record is setup when the main domain is different from the sub-domain. This is in case of a load balancing or server cluster setup such as : </p>
<p>subdomain1 IN A 123.2.33.45.<br />
subdomain2 IN A 123.2.33.46.</p>
<p>MX records are mail exchanger sub-domains in case of email setup that will be pointing to the dedicated web server IP address and used for different email account such as :</p>
<p>subdomain1 IN MX 10 subdomain1.domain.com.<br />
subdomain2 IN MX 10 subdomain2.domain.com.</p>
<p>If the sub-domain is configured on a different DNS name server, nameserver records is created for the sub-domain. Different nameservers can reduce security issues.</p>
<p>DNS Server sends the request for the sub-domain to the IP address, it starts functioning. It then needs to be configured to manage the request based on the IP address / Host headers. It is utilized by web servers to host different domains / sub-domain on one IP address.</p>
<p>In a Windows dedicated server, we have to use IIS manager to add sub-domains that will be assigned to IP address. Port is then set to 80. Host header can be added by clicking on advanced tab nect to IP address configuration for website application. Sub-domain that points to sub-directory of website which is then home directory for the sub-domain.</p>
<p>In a Linux dedicated server, we use Apache web server which is configured by virtual host entry in httpf.conf :</p>
<p>Listen 80<br />
NameVirtualHost *</p>
<p><VirtualHost *><br />
ServerName www.domain.com<br />
DocumentRoot /home/httpd/htdocs/<br />
</VirtualHost></p>
<p><VirtualHost *><br />
ServerName subdomain.domain.com<br />
DocumentRoot /home/httpd/htdocs/subdomain/<br />
</VirtualHost></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Social Bookmarking</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.bodhost.com/web-hosting/sub-domain-dedicated-server-configuration/&amp;title=How+to+Add+a+Sub-domain+in+Linux+%2F+Windows+Dedicated+Server" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Del.icio.us"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Del.icio.us" alt="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.bodhost.com/web-hosting/sub-domain-dedicated-server-configuration/&amp;title=How+to+Add+a+Sub-domain+in+Linux+%2F+Windows+Dedicated+Server" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To digg"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To digg" alt="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=How+to+Add+a+Sub-domain+in+Linux+%2F+Windows+Dedicated+Server&amp;u=http://www.bodhost.com/web-hosting/sub-domain-dedicated-server-configuration/" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To FURL"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To FURL" alt="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.bodhost.com/web-hosting/sub-domain-dedicated-server-configuration/&amp;title=How+to+Add+a+Sub-domain+in+Linux+%2F+Windows+Dedicated+Server" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To reddit"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To reddit" alt="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=How+to+Add+a+Sub-domain+in+Linux+%2F+Windows+Dedicated+Server&amp;url=http://www.bodhost.com/web-hosting/sub-domain-dedicated-server-configuration/&amp;version=0.7" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Feed Me Links"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Feed Me Links" alt="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.bodhost.com/web-hosting/sub-domain-dedicated-server-configuration/" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Technorati"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Technorati" alt="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.bodhost.com/web-hosting/sub-domain-dedicated-server-configuration/&amp;t=How+to+Add+a+Sub-domain+in+Linux+%2F+Windows+Dedicated+Server" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Yahoo My Web"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Yahoo My Web" alt="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.bodhost.com/web-hosting/sub-domain-dedicated-server-configuration/&amp;h=How+to+Add+a+Sub-domain+in+Linux+%2F+Windows+Dedicated+Server" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Newsvine"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Newsvine" alt="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://ma.gnolia.com/bookmarklet/add?url=http://www.bodhost.com/web-hosting/sub-domain-dedicated-server-configuration/&amp;title=How+to+Add+a+Sub-domain+in+Linux+%2F+Windows+Dedicated+Server&amp;description=How+to+Add+a+Sub-domain+in+Linux+%2F+Windows+Dedicated+Server" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Ma.gnolia"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/magnolia.png" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Ma.gnolia" alt="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Ma.gnolia" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.bodhost.com/web-hosting/sub-domain-dedicated-server-configuration/&amp;title=How+to+Add+a+Sub-domain+in+Linux+%2F+Windows+Dedicated+Server" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Stumble Upon"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Stumble Upon" alt="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bodhost.com/web-hosting/sub-domain-dedicated-server-configuration/&amp;title=How+to+Add+a+Sub-domain+in+Linux+%2F+Windows+Dedicated+Server" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Google Bookmarks"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Google Bookmarks" alt="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.squidoo.com/lensmaster/bookmark?http://www.bodhost.com/web-hosting/sub-domain-dedicated-server-configuration/" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Squidoo"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/squidoo.png" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Squidoo" alt="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Squidoo" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://www.bodhost.com/web-hosting/sub-domain-dedicated-server-configuration/&amp;title=How+to+Add+a+Sub-domain+in+Linux+%2F+Windows+Dedicated+Server" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Blogmarks"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/bmarks.png" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Blogmarks" alt="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Blogmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.bloglines.com/sub/http://www.bodhost.com/web-hosting/sub-domain-dedicated-server-configuration/" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Bloglines"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/bloglines.png" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Bloglines" alt="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Bloglines" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.bodhost.com/web-hosting/sub-domain-dedicated-server-configuration/&amp;T=How+to+Add+a+Sub-domain+in+Linux+%2F+Windows+Dedicated+Server" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Propeller"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/propeller.png" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Propeller" alt="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Propeller" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://www.bodhost.com/web-hosting/sub-domain-dedicated-server-configuration/&amp;title=How+to+Add+a+Sub-domain+in+Linux+%2F+Windows+Dedicated+Server" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Live-MSN"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Live-MSN" alt="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=How+to+Add+a+Sub-domain+in+Linux+%2F+Windows+Dedicated+Server&amp;url=http://www.bodhost.com/web-hosting/sub-domain-dedicated-server-configuration/" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To SlashDot"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To SlashDot" alt="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.bodhost.com/web-hosting/sub-domain-dedicated-server-configuration/&amp;t=How+to+Add+a+Sub-domain+in+Linux+%2F+Windows+Dedicated+Server" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To FaceBook"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To FaceBook" alt="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mixx.com/submit?page_url=http://www.bodhost.com/web-hosting/sub-domain-dedicated-server-configuration/&amp;title=How+to+Add+a+Sub-domain+in+Linux+%2F+Windows+Dedicated+Server" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Mixx"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/mixx.png" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Mixx" alt="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Mixx" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.myspace.com/Modules/PostTo/Pages/?t=How+to+Add+a+Sub-domain+in+Linux+%2F+Windows+Dedicated+Server&amp;c=http://www.bodhost.com/web-hosting/sub-domain-dedicated-server-configuration/" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To MySpace"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/myspace.png" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To MySpace" alt="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To MySpace" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://www.bodhost.com/web-hosting/sub-domain-dedicated-server-configuration/&amp;title=How+to+Add+a+Sub-domain+in+Linux+%2F+Windows+Dedicated+Server&amp;srcURL=http://www.bodhost.com/web-hosting/sub-domain-dedicated-server-configuration/" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Google Buzz"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Google Buzz" alt="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Google Buzz" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://valent-blog.eu/social-bookmarking-reloaded/" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Social Bookmarking Reloaded"><img src="http://www.bodhost.com/web-hosting/wp-content/plugins/social-bookmarking-reloaded/sbr.png" title="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Social Bookmarking Reloaded" alt="Add 'How to Add a Sub-domain in Linux / Windows Dedicated Server' To Social Bookmarking Reloaded" /></a></div>
<!-- Social Bookmarking Reloaded END --><div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=How+to+Add+a+Sub-domain+in+Linux+%2F+Windows+Dedicated+Server+http%3A%2F%2Ftinyurl.com%2F4s7ve9v" title="Post to Twitter"><img class="nothumb" src="http://www.bodhost.com/web-hosting/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=How+to+Add+a+Sub-domain+in+Linux+%2F+Windows+Dedicated+Server+http%3A%2F%2Ftinyurl.com%2F4s7ve9v" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.bodhost.com/web-hosting/sub-domain-dedicated-server-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

