<?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, 17 May 2013 01:16:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Victor</title>
		<link>http://www.thelinuxblog.com/htaccess-allow-from/comment-page-1/#comment-6229</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Wed, 17 Aug 2011 00:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelinuxblog.com/htaccess-allow-from/#comment-6229</guid>
		<description><![CDATA[It did not work for me. I add the .htaccess to my phpmy admin folder with 

Order Deny,Allow
Deny from all
Allow from 192.168.5.31/45

and I still can access the folder from outside usign my global IP

any suggestions?]]></description>
		<content:encoded><![CDATA[<p>It did not work for me. I add the .htaccess to my phpmy admin folder with </p>
<p>Order Deny,Allow<br />
Deny from all<br />
Allow from 192.168.5.31/45</p>
<p>and I still can access the folder from outside usign my global IP</p>
<p>any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Revelations</title>
		<link>http://www.thelinuxblog.com/htaccess-allow-from/comment-page-1/#comment-6126</link>
		<dc:creator>Revelations</dc:creator>
		<pubDate>Mon, 02 May 2011 06:27:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelinuxblog.com/htaccess-allow-from/#comment-6126</guid>
		<description><![CDATA[&lt;code&gt; 
  Order Deny,Allow
  Deny from all
  Allow from 192.168.0.0/24
  Allow from Any.Ip.ad.dress/23

&lt;/code&gt;]]></description>
		<content:encoded><![CDATA[<p><code><br />
  Order Deny,Allow<br />
  Deny from all<br />
  Allow from 192.168.0.0/24<br />
  Allow from Any.Ip.ad.dress/23</p>
<p></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Revelations</title>
		<link>http://www.thelinuxblog.com/htaccess-allow-from/comment-page-1/#comment-6125</link>
		<dc:creator>Revelations</dc:creator>
		<pubDate>Mon, 02 May 2011 06:25:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelinuxblog.com/htaccess-allow-from/#comment-6125</guid>
		<description><![CDATA[Very handy site. 
Just a side note, its very much the same when you are doing directories:


  Order Deny,Allow
  Deny from all
  Allow from 192.168.0.0/24
  Allow from Any.Ip.ad.dress/23


Also from the above if you want to add multi subnets each of them need to be on a separate line.]]></description>
		<content:encoded><![CDATA[<p>Very handy site.<br />
Just a side note, its very much the same when you are doing directories:</p>
<p>  Order Deny,Allow<br />
  Deny from all<br />
  Allow from 192.168.0.0/24<br />
  Allow from Any.Ip.ad.dress/23</p>
<p>Also from the above if you want to add multi subnets each of them need to be on a separate line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TheLinuxBlog.com</title>
		<link>http://www.thelinuxblog.com/htaccess-allow-from/comment-page-1/#comment-6011</link>
		<dc:creator>TheLinuxBlog.com</dc:creator>
		<pubDate>Mon, 24 Jan 2011 15:48:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelinuxblog.com/htaccess-allow-from/#comment-6011</guid>
		<description><![CDATA[I&#039;ve had to put in a support ticket with a hosting service regarding a similar issue before. It&#039;s worth a shot.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve had to put in a support ticket with a hosting service regarding a similar issue before. It&#8217;s worth a shot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergiu</title>
		<link>http://www.thelinuxblog.com/htaccess-allow-from/comment-page-1/#comment-6010</link>
		<dc:creator>Sergiu</dc:creator>
		<pubDate>Mon, 24 Jan 2011 15:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelinuxblog.com/htaccess-allow-from/#comment-6010</guid>
		<description><![CDATA[Yep, I&#039;m geting the same problem as Marcel. I think it&#039;s a host related settings problem. Can&#039;t use neither htpwd nor othe functions in htacces.

Still looking for a solution though.]]></description>
		<content:encoded><![CDATA[<p>Yep, I&#8217;m geting the same problem as Marcel. I think it&#8217;s a host related settings problem. Can&#8217;t use neither htpwd nor othe functions in htacces.</p>
<p>Still looking for a solution though.</p>
]]></content:encoded>
	</item>
	<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><![CDATA[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><![CDATA[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><![CDATA[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>
