<?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: htaccess allow from</title>
	<atom:link href="http://www.thelinuxblog.com/htaccess-allow-from/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thelinuxblog.com/htaccess-allow-from/</link>
	<description>The Linux Blog, General Linux, Shell Scripts</description>
	<lastBuildDate>Fri, 05 Mar 2010 13:46:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Marcel Korpel</title>
		<link>http://www.thelinuxblog.com/htaccess-allow-from/comment-page-1/#comment-3090</link>
		<dc:creator>Marcel Korpel</dc:creator>
		<pubDate>Mon, 25 Jan 2010 02:41:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelinuxblog.com/htaccess-allow-from/#comment-3090</guid>
		<description>Whoops, some tags in my .htaccess were eaten. Here is the right file:

&lt;code&gt;&lt;Files test.php&gt;
  Order Deny,Allow
  Deny from all
  Allow from MY.IP.WAS.HERE
&lt;/Files&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Whoops, some tags in my .htaccess were eaten. Here is the right file:</p>
<p><code>&lt;Files test.php&gt;<br />
  Order Deny,Allow<br />
  Deny from all<br />
  Allow from MY.IP.WAS.HERE<br />
&lt;/Files&gt;</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcel Korpel</title>
		<link>http://www.thelinuxblog.com/htaccess-allow-from/comment-page-1/#comment-3089</link>
		<dc:creator>Marcel Korpel</dc:creator>
		<pubDate>Mon, 25 Jan 2010 02:39:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelinuxblog.com/htaccess-allow-from/#comment-3089</guid>
		<description>Although your text is very clear, I am not able to get this magic to work. In my .htaccess there is

&lt;code&gt;
  Order Deny,Allow
  Deny from all
  Allow from MY.IP.WAS.HERE
&lt;/code&gt;

But neither I nor another server was able to access test.php, we all got a 403-error. I changed my IP address to only &quot;94&quot;, &quot;94.*.*.*&quot; and &quot;.ziggo.nl&quot;, but nothing works.

What am I doing wrong?</description>
		<content:encoded><![CDATA[<p>Although your text is very clear, I am not able to get this magic to work. In my .htaccess there is</p>
<p><code><br />
  Order Deny,Allow<br />
  Deny from all<br />
  Allow from MY.IP.WAS.HERE<br />
</code></p>
<p>But neither I nor another server was able to access test.php, we all got a 403-error. I changed my IP address to only &#8220;94&#8243;, &#8220;94.*.*.*&#8221; and &#8220;.ziggo.nl&#8221;, but nothing works.</p>
<p>What am I doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: livecam</title>
		<link>http://www.thelinuxblog.com/htaccess-allow-from/comment-page-1/#comment-2006</link>
		<dc:creator>livecam</dc:creator>
		<pubDate>Sat, 14 Mar 2009 18:38:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelinuxblog.com/htaccess-allow-from/#comment-2006</guid>
		<description>great!!! really only three lines for satisfaction. i searched really long for this. thx</description>
		<content:encoded><![CDATA[<p>great!!! really only three lines for satisfaction. i searched really long for this. thx</p>
]]></content:encoded>
	</item>
</channel>
</rss>
