<?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"
	>
<channel>
	<title>Comments on: Secure your server with htaccess</title>
	<atom:link href="http://www.ghacks.net/2008/03/31/secure-your-server-with-htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net/2008/03/31/secure-your-server-with-htaccess/</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<pubDate>Thu, 04 Dec 2008 03:59:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Topper</title>
		<link>http://www.ghacks.net/2008/03/31/secure-your-server-with-htaccess/#comment-290889</link>
		<dc:creator>Topper</dc:creator>
		<pubDate>Thu, 03 Apr 2008 12:59:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=3672#comment-290889</guid>
		<description>Must be in other order:
AuthName "Protected Content"
AuthType Basic

order allow,deny

#Comment
allow from 255.255.255.255
deny from all

Apache stop after first match - if this is Deny, this will be forbid for ever

Also is suitable "allow from 192.168.0 (last octet from network will be permited)

BUT .htaccess are useful - you must prefer  rules  in httpd.conf because in .conf is MUCH MUCH faster !</description>
		<content:encoded><![CDATA[<p>Must be in other order:<br />
AuthName &#8220;Protected Content&#8221;<br />
AuthType Basic</p>
<p>order allow,deny</p>
<p>#Comment<br />
allow from 255.255.255.255<br />
deny from all</p>
<p>Apache stop after first match - if this is Deny, this will be forbid for ever</p>
<p>Also is suitable &#8220;allow from 192.168.0 (last octet from network will be permited)</p>
<p>BUT .htaccess are useful - you must prefer  rules  in httpd.conf because in .conf is MUCH MUCH faster !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobey</title>
		<link>http://www.ghacks.net/2008/03/31/secure-your-server-with-htaccess/#comment-287742</link>
		<dc:creator>Tobey</dc:creator>
		<pubDate>Tue, 01 Apr 2008 10:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=3672#comment-287742</guid>
		<description>Thanks for a nice tip Martin.</description>
		<content:encoded><![CDATA[<p>Thanks for a nice tip Martin.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
