<?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/"
xmlns:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: Disallow Robots Using&#160;Robots.txt</title> <atom:link href="http://davidwalsh.name/robots-txt/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/robots-txt</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Wed, 23 May 2012 22:21:39 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>By: Lucas</title><link>http://davidwalsh.name/robots-txt#comment-27145</link> <dc:creator>Lucas</dc:creator> <pubDate>Thu, 06 Oct 2011 09:38:07 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3028#comment-27145</guid> <description>One should be careful not to rely on robots.txt as a means of security. It offers no security.
The robots.txt file is only a directive to cooperating web crawlers/bots on what to index. The file(s) you&#039;re trying to restrict the access of are still publicly accessible.If you don&#039;t want a part of your website to be publicly accessible then password protect it.</description> <content:encoded><![CDATA[<p>One should be careful not to rely on robots.txt as a means of security. It offers no security.<br
/> The robots.txt file is only a directive to cooperating web crawlers/bots on what to index. The file(s) you&#8217;re trying to restrict the access of are still publicly accessible.</p><p>If you don&#8217;t want a part of your website to be publicly accessible then password protect it.</p> ]]></content:encoded> </item> <item><title>By: Vipin Sharma</title><link>http://davidwalsh.name/robots-txt#comment-27072</link> <dc:creator>Vipin Sharma</dc:creator> <pubDate>Sat, 01 Oct 2011 07:38:46 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3028#comment-27072</guid> <description>Hi, I need to know how to block ROBOTS.txt using HTACCESS, means I want to block robots.txt from spiders but from htaccess.</description> <content:encoded><![CDATA[<p>Hi, I need to know how to block ROBOTS.txt using HTACCESS, means I want to block robots.txt from spiders but from htaccess.</p> ]]></content:encoded> </item> <item><title>By: Dmitri Ponomarjov</title><link>http://davidwalsh.name/robots-txt#comment-26920</link> <dc:creator>Dmitri Ponomarjov</dc:creator> <pubDate>Sun, 18 Sep 2011 10:54:18 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3028#comment-26920</guid> <description>If you block the robots.txt file using .htaccess rules, not only the hackers wouldn&#039;t be able to read it, but also the search bots. That means it&#039;s useless to do it - it would be easier to simply delete robots.txt in that case.</description> <content:encoded><![CDATA[<p>If you block the robots.txt file using .htaccess rules, not only the hackers wouldn&#8217;t be able to read it, but also the search bots. That means it&#8217;s useless to do it &#8211; it would be easier to simply delete robots.txt in that case.</p> ]]></content:encoded> </item> <item><title>By: Omega-3's</title><link>http://davidwalsh.name/robots-txt#comment-18447</link> <dc:creator>Omega-3's</dc:creator> <pubDate>Sun, 27 Jun 2010 13:50:20 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3028#comment-18447</guid> <description>I had never considered doing a .htaccess hack to exclude items. What a marvelous idea!Thanks for that. I am going to work on implementing it ASAP.</description> <content:encoded><![CDATA[<p>I had never considered doing a .htaccess hack to exclude items. What a marvelous idea!</p><p>Thanks for that. I am going to work on implementing it ASAP.</p> ]]></content:encoded> </item> <item><title>By: Obri</title><link>http://davidwalsh.name/robots-txt#comment-16194</link> <dc:creator>Obri</dc:creator> <pubDate>Sun, 21 Feb 2010 11:00:59 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3028#comment-16194</guid> <description>Ryan&#039;s correct, this post isn&#039;t about securing your site.</description> <content:encoded><![CDATA[<p>Ryan&#8217;s correct, this post isn&#8217;t about securing your site.</p> ]]></content:encoded> </item> <item><title>By: Web Host Directory</title><link>http://davidwalsh.name/robots-txt#comment-11904</link> <dc:creator>Web Host Directory</dc:creator> <pubDate>Wed, 16 Sep 2009 00:56:30 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3028#comment-11904</guid> <description>Thank you, Ive been looking for this info for 3 hours now.</description> <content:encoded><![CDATA[<p>Thank you, Ive been looking for this info for 3 hours now.</p> ]]></content:encoded> </item> <item><title>By: Mike V - RaleighNC</title><link>http://davidwalsh.name/robots-txt#comment-10234</link> <dc:creator>Mike V - RaleighNC</dc:creator> <pubDate>Wed, 08 Jul 2009 12:45:24 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3028#comment-10234</guid> <description>@Binny VA, there&#039;s no reason you can&#039;t sprinkle in a few random directories to mislead your hacker audience. A little light security by obscurity.User-agent: *
Disallow: /adm/
Disallow: /administration/
Disallow: /admin/
Disallow: /adminportal/
Disallow: /drupal/
Disallow: /joomla/</description> <content:encoded><![CDATA[<p>@Binny VA, there&#8217;s no reason you can&#8217;t sprinkle in a few random directories to mislead your hacker audience. A little light security by obscurity.</p><p>User-agent: *<br
/> Disallow: /adm/<br
/> Disallow: /administration/<br
/> Disallow: /admin/<br
/> Disallow: /adminportal/<br
/> Disallow: /drupal/<br
/> Disallow: /joomla/</p> ]]></content:encoded> </item> <item><title>By: Ryan Florence</title><link>http://davidwalsh.name/robots-txt#comment-10186</link> <dc:creator>Ryan Florence</dc:creator> <pubDate>Mon, 06 Jul 2009 01:56:24 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3028#comment-10186</guid> <description>It appears some are thinking this post is about how to secure your site ...</description> <content:encoded><![CDATA[<p>It appears some are thinking this post is about how to secure your site &#8230;</p> ]]></content:encoded> </item> <item><title>By: Dave</title><link>http://davidwalsh.name/robots-txt#comment-10181</link> <dc:creator>Dave</dc:creator> <pubDate>Sun, 05 Jul 2009 21:27:01 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3028#comment-10181</guid> <description>Aren&#039;t you relying on spider programs actually following the rules? What prevents someone from writing a spider which ignores your robots.txt file and actually indexing your entire site?</description> <content:encoded><![CDATA[<p>Aren&#8217;t you relying on spider programs actually following the rules? What prevents someone from writing a spider which ignores your robots.txt file and actually indexing your entire site?</p> ]]></content:encoded> </item> <item><title>By: digital</title><link>http://davidwalsh.name/robots-txt#comment-10176</link> <dc:creator>digital</dc:creator> <pubDate>Sun, 05 Jul 2009 11:57:45 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3028#comment-10176</guid> <description>Maybe this would help:&lt;blockquote&gt;
&lt;Files robots.txt&gt;
order allow,deny
deny from all
&lt;/Files&gt;
&lt;/blockquote&gt;</description> <content:encoded><![CDATA[<p>Maybe this would help:</p><blockquote><p> &lt;Files robots.txt&gt;<br
/> order allow,deny<br
/> deny from all<br
/> &lt;/Files&gt;</p></blockquote> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 3/7 queries in 0.018 seconds using disk: basic
Object Caching 805/805 objects using disk: basic

Served from: davidwalsh.name @ 2012-05-23 17:55:00 -->
