<?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: Is It Possible To Add A Www. In Front Of A Sub Domain On A Virtual Dedicated Server?</title>
	<atom:link href="http://www.savagehost.com/is-it-possible-to-add-a-www-in-front-of-a-sub-domain-on-a-virtual-dedicated-server.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.savagehost.com/is-it-possible-to-add-a-www-in-front-of-a-sub-domain-on-a-virtual-dedicated-server.html</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 02 Mar 2010 23:13:58 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joe</title>
		<link>http://www.savagehost.com/is-it-possible-to-add-a-www-in-front-of-a-sub-domain-on-a-virtual-dedicated-server.html/comment-page-1#comment-10722</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Sun, 25 Oct 2009 17:50:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.savagehost.com/is-it-possible-to-add-a-www-in-front-of-a-sub-domain-on-a-virtual-dedicated-server.html#comment-10722</guid>
		<description>Yes, it is possible.
In Apache for example, you&#039;ll need two directives called ServerAlias and DocumentRoot within the VirtualHost section. For example, you can have the subdomain www.favorites.orphanmissions.com point to a folder independent from the one where orphanmission.com points to.
Or you could have www.favorites.orphanmissions.com and www.forum.orphanmissions.com pointing to different root folders. You just have to create a VirtualHost section for each of the subdomains.
Here&#039;s a minimal configuration example in Apache:
&lt;VirtualHost 1.1.1.1:80&gt;
    ServerName forum.orphanmissions.com
    ServerAlias www.forum.orphanmissions.com
    DocumentRoot /home/example/public_html
    ServerAdmin webmaster@orphanmissions.com
&lt;/VirtualHost&gt;
&lt;VirtualHost 1.1.1.1:80&gt;
    ServerName favorites.orphanmissions.com
    ServerAlias www.favorites.orphanmissions.com
    DocumentRoot /home/example/public_html
    ServerAdmin webmaster@orphanmissions.com
&lt;/VirtualHost&gt;
Just be sure to create DNS records for both the ServerName (ex: favorites.orphanmissions.com with IP 1.1.1.1) and ServerAlias (ex: www.favorites.orphanmissions.com 1.1.1.1). 
Best</description>
		<content:encoded><![CDATA[<p>Yes, it is possible.<br />
In Apache for example, you&#8217;ll need two directives called ServerAlias and DocumentRoot within the VirtualHost section. For example, you can have the subdomain <a href="http://www.favorites.orphanmissions.com" rel="nofollow">http://www.favorites.orphanmissions.com</a> point to a folder independent from the one where orphanmission.com points to.<br />
Or you could have <a href="http://www.favorites.orphanmissions.com" rel="nofollow">http://www.favorites.orphanmissions.com</a> and <a href="http://www.forum.orphanmissions.com" rel="nofollow">http://www.forum.orphanmissions.com</a> pointing to different root folders. You just have to create a VirtualHost section for each of the subdomains.<br />
Here&#8217;s a minimal configuration example in Apache:<br />
<virtualhost 1.1.1.1:80><br />
    ServerName forum.orphanmissions.com<br />
    ServerAlias <a href="http://www.forum.orphanmissions.com" rel="nofollow">http://www.forum.orphanmissions.com</a><br />
    DocumentRoot /home/example/public_html<br />
    ServerAdmin <a href="mailto:webmaster@orphanmissions.com">webmaster@orphanmissions.com</a><br />
</virtualhost><br />
<virtualhost 1.1.1.1:80><br />
    ServerName favorites.orphanmissions.com<br />
    ServerAlias <a href="http://www.favorites.orphanmissions.com" rel="nofollow">http://www.favorites.orphanmissions.com</a><br />
    DocumentRoot /home/example/public_html<br />
    ServerAdmin <a href="mailto:webmaster@orphanmissions.com">webmaster@orphanmissions.com</a><br />
</virtualhost><br />
Just be sure to create DNS records for both the ServerName (ex: favorites.orphanmissions.com with IP 1.1.1.1) and ServerAlias (ex: <a href="http://www.favorites.orphanmissions.com" rel="nofollow">http://www.favorites.orphanmissions.com</a> 1.1.1.1).<br />
Best</p>
]]></content:encoded>
	</item>
</channel>
</rss>
