<?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: Hosting Tricks: Как привязать неограниченное количество доменов к одному хостинг-аккаунту</title>
	<atom:link href="http://kovyrin.net/2006/03/06/hosting-unlimited-domains-in-one-domain-hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://kovyrin.net/2006/03/06/hosting-unlimited-domains-in-one-domain-hosting/</link>
	<description>Yet Another Admin&#039;s blog</description>
	<lastBuildDate>Thu, 04 Feb 2010 07:58:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: nulls102</title>
		<link>http://kovyrin.net/2006/03/06/hosting-unlimited-domains-in-one-domain-hosting/comment-page-1/#comment-231102</link>
		<dc:creator>nulls102</dc:creator>
		<pubDate>Sat, 18 Oct 2008 01:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kovyrin.net/2006/03/06/hosting-unlimited-domains-in-one-domain-hosting/#comment-231102</guid>
		<description>Thanks for sharing&lt;br&gt;&lt;br&gt;best regards&lt;br&gt;JOny&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://xtupload.com&quot;&gt;http://xtupload.com&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Thanks for sharing</p>
<p>best regards<br />JOny</p>
<p><a href="http://xtupload.com">http://xtupload.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nulls102</title>
		<link>http://kovyrin.net/2006/03/06/hosting-unlimited-domains-in-one-domain-hosting/comment-page-1/#comment-231101</link>
		<dc:creator>nulls102</dc:creator>
		<pubDate>Sat, 18 Oct 2008 01:33:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kovyrin.net/2006/03/06/hosting-unlimited-domains-in-one-domain-hosting/#comment-231101</guid>
		<description>Thanks for sharing&lt;br&gt;&lt;br&gt;best regards&lt;br&gt;JOny&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://xtupload.com&quot;&gt;http://xtupload.com&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Thanks for sharing</p>
<p>best regards<br />JOny</p>
<p><a href="http://xtupload.com">http://xtupload.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://kovyrin.net/2006/03/06/hosting-unlimited-domains-in-one-domain-hosting/comment-page-1/#comment-227327</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Wed, 02 Apr 2008 20:29:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kovyrin.net/2006/03/06/hosting-unlimited-domains-in-one-domain-hosting/#comment-227327</guid>
		<description>Can the opposite of this be accomplished?

Can I make it so that when a user visits http://existing-site.com/new-site the content is served from http://subdomain.new-site.com?</description>
		<content:encoded><![CDATA[<p>Can the opposite of this be accomplished?</p>
<p>Can I make it so that when a user visits <a href="http://existing-site.com/new-site" rel="nofollow">http://existing-site.com/new-site</a> the content is served from <a href="http://subdomain.new-site.com?" rel="nofollow">http://subdomain.new-site.com?</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kpumuk</title>
		<link>http://kovyrin.net/2006/03/06/hosting-unlimited-domains-in-one-domain-hosting/comment-page-1/#comment-89</link>
		<dc:creator>Kpumuk</dc:creator>
		<pubDate>Thu, 23 Mar 2006 10:06:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kovyrin.net/2006/03/06/hosting-unlimited-domains-in-one-domain-hosting/#comment-89</guid>
		<description>If you need several domains (for example, domain1.com, domain2.com, domain3.com), you need to re-initialize mod_rewrite using &lt;tt&gt;RewriteEngine On&lt;/tt&gt; (otherwise you will receive 500 error):

&lt;code&gt;
#domain1.com - base domain

#domain2.com
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} domain2.com
RewriteRule (.*) http://domain1.com/domain2/$1 [L]

#domain3.com
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} domain3.com
RewriteRule (.*) http://domain1.com/domain3/$1 [L]

#specific options for domain1.com will be here
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>If you need several domains (for example, domain1.com, domain2.com, domain3.com), you need to re-initialize mod_rewrite using <tt>RewriteEngine On</tt> (otherwise you will receive 500 error):</p>
<div class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">#domain1.com - base domain<br />
<br />
#domain2.com<br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{HTTP_HOST} domain2.com<br />
RewriteRule (.*) http://domain1.com/domain2/$1 [L]<br />
<br />
#domain3.com<br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{HTTP_HOST} domain3.com<br />
RewriteRule (.*) http://domain1.com/domain3/$1 [L]<br />
<br />
#specific options for domain1.com will be here</div></td></tr></tbody></table></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Homo-Adminus Blog &#187; Hosting Tricks: How to delegate DNS-management for some subdomain to off-site DNS-server</title>
		<link>http://kovyrin.net/2006/03/06/hosting-unlimited-domains-in-one-domain-hosting/comment-page-1/#comment-9</link>
		<dc:creator>Homo-Adminus Blog &#187; Hosting Tricks: How to delegate DNS-management for some subdomain to off-site DNS-server</dc:creator>
		<pubDate>Mon, 06 Mar 2006 18:58:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kovyrin.net/2006/03/06/hosting-unlimited-domains-in-one-domain-hosting/#comment-9</guid>
		<description>[...] In one of my last posts about cheap hosting unlimited number of domains, I have described how to point your domain to some sub-directory of an existing hosting account. But sometimes hosting provider requires parking of your DNS name for creating aliases in hosting account. For example, hosting platform, created by me and used on Free Adult hosting Servik.com service, requires your domain&#8217;s NS-records to be directed to provider&#8217;s own DNS-servers. What can you do if you don&#8217;t want to park entire domain to provider&#8217;s DNS-servers and want to host only one sub-domain on its servers? [...]</description>
		<content:encoded><![CDATA[<p>[...] In one of my last posts about cheap hosting unlimited number of domains, I have described how to point your domain to some sub-directory of an existing hosting account. But sometimes hosting provider requires parking of your DNS name for creating aliases in hosting account. For example, hosting platform, created by me and used on Free Adult hosting Servik.com service, requires your domain&#8217;s NS-records to be directed to provider&#8217;s own DNS-servers. What can you do if you don&#8217;t want to park entire domain to provider&#8217;s DNS-servers and want to host only one sub-domain on its servers? [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
