<?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: robots.txt control for host aliases via mod_rewrite</title>
	<atom:link href="http://blog.cherouvim.com/robotstxt-control-for-host-aliases-via-mod_rewrite/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cherouvim.com/robotstxt-control-for-host-aliases-via-mod_rewrite/</link>
	<description>software engineering for beginners</description>
	<lastBuildDate>Mon, 23 Jan 2012 06:17:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: cherouvim</title>
		<link>http://blog.cherouvim.com/robotstxt-control-for-host-aliases-via-mod_rewrite/comment-page-1/#comment-1106</link>
		<dc:creator>cherouvim</dc:creator>
		<pubDate>Tue, 28 Apr 2009 05:57:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cherouvim.com/?p=89#comment-1106</guid>
		<description>@Israel WebDev: I think plain &quot;Dissalow:&quot; is OK as well.

@Neil Ferns: The virtual host in this example is 1 with 2 domains (aliases).</description>
		<content:encoded><![CDATA[<p>@Israel WebDev: I think plain &#8220;Dissalow:&#8221; is OK as well.</p>
<p>@Neil Ferns: The virtual host in this example is 1 with 2 domains (aliases).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil Ferns</title>
		<link>http://blog.cherouvim.com/robotstxt-control-for-host-aliases-via-mod_rewrite/comment-page-1/#comment-1105</link>
		<dc:creator>Neil Ferns</dc:creator>
		<pubDate>Tue, 28 Apr 2009 05:50:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cherouvim.com/?p=89#comment-1105</guid>
		<description>We could use a 
Alias /robots.txt /home/www/www.example.com/htdocs/noallow-robots.txt
which could prevent complicated mod rewrite rules.

and have 2 diff virtaul hosts for the 2 diff domains pointing to the same htdocs.
Alias /robots.txt /home/www/www.example.com/htdocs/Allow-robots.txt 
or no file.</description>
		<content:encoded><![CDATA[<p>We could use a<br />
Alias /robots.txt /home/www/www.example.com/htdocs/noallow-robots.txt<br />
which could prevent complicated mod rewrite rules.</p>
<p>and have 2 diff virtaul hosts for the 2 diff domains pointing to the same htdocs.<br />
Alias /robots.txt /home/www/www.example.com/htdocs/Allow-robots.txt<br />
or no file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Israel WebDev</title>
		<link>http://blog.cherouvim.com/robotstxt-control-for-host-aliases-via-mod_rewrite/comment-page-1/#comment-1101</link>
		<dc:creator>Israel WebDev</dc:creator>
		<pubDate>Tue, 21 Apr 2009 20:39:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cherouvim.com/?p=89#comment-1101</guid>
		<description>This is perfect! Thanks.
Small note: the robots-beta.txt should read

User-agent: *
Disallow: /

and robots-www.txt should be:

User-agent: *

or a blank file (, or no file)</description>
		<content:encoded><![CDATA[<p>This is perfect! Thanks.<br />
Small note: the robots-beta.txt should read</p>
<p>User-agent: *<br />
Disallow: /</p>
<p>and robots-www.txt should be:</p>
<p>User-agent: *</p>
<p>or a blank file (, or no file)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

