<?xml version="1.0"?>
<rss version="2.0"> 
  <channel> 
    <title>Apache - ILoveJackDaniels.com</title> 
    <link>http://www.ilovejackdaniels.com/apache/</link> 
    <description>Web development tutorials in PHP, ASP, CFML and more.</description> 
    <language>en-us</language> 
    <copyright>Copyright 2003 ILoveJackDaniels.com</copyright> 
    <managingEditor>dave@ilovejackdaniels.com</managingEditor> 
    <webMaster>dave@ilovejackdaniels.com</webMaster> 
    <generator>bBlog 0.6</generator> 
    <docs>http://blogs.law.harvard.edu/tech/rss</docs> 
	<!-- ckey="4F6C4705" -->

    <item> 
      <title>Block Referrer Spam (Updated)</title> 
      <link>http://www.ilovejackdaniels.com/apache/block-referrer-spam/</link> 
	  <comments>http://www.ilovejackdaniels.com/apache/block-referrer-spam/comments/</comments>
      <description>&lt;a class=&quot;imagelink articleimage&quot; href=&quot;/apache/block-referrer-spam/&quot;&gt;&lt;img style=&quot;float: left; background: #999; border: 3px solid #ddd; padding: 1px; margin: 0 10px 10px 0;&quot; src=&quot;http://www.ilovejackdaniels.com/images/articles/spam.png&quot; alt=&quot;Block Referrer Spam&quot; /&gt;&lt;/a&gt; Referrer spam is becoming increasingly common. At best, it will only render your log files useless. At worst, it can cause your site to be dropped by search engines and your running costs to skyrocket. Here's how to block spurious referrers.</description> 
      <author>dave@ilovejackdaniels.com</author> 
      <pubDate>Wed, 14 Sep 2005 11:36:00 GMT</pubDate> 
      <guid>http://www.ilovejackdaniels.com/apache/block-referrer-spam/</guid> 
    </item> 
    <item> 
      <title>Ignore Directories in mod_rewrite</title> 
      <link>http://www.ilovejackdaniels.com/apache/ignore-directories-in-mod-rewrite/</link> 
	  <comments>http://www.ilovejackdaniels.com/apache/ignore-directories-in-mod-rewrite/comments/</comments>
      <description>A quick piece of code for you. If you are using mod_rewrite and creating RewriteRules for a website that emulate a directory structure, you might happen across the same problem I've had. If you have actual, real folders on the site as well, you don't want requests for items in those folders to be rewritten. You need a way to prevent the RewriteRule(s) matching the real folders. The easiest way to do this is (I think) by adding a RewriteRule for each of the real folders, like the below. This rule will match any request to those folders and prevent it being rewritten later in the set of rules.&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;code&quot;&gt;RewriteRule ^folder_name/.*$ - [PT]&lt;/span&gt;</description> 
      <author>dave@ilovejackdaniels.com</author> 
      <pubDate>Thu, 08 Sep 2005 12:00:00 GMT</pubDate> 
      <guid>http://www.ilovejackdaniels.com/apache/ignore-directories-in-mod-rewrite/</guid> 
    </item> 
    <item> 
      <title>Password Protect a Directory with .htaccess</title> 
      <link>http://www.ilovejackdaniels.com/apache/password-protect-a-directory-with-htaccess/</link> 
	  <comments>http://www.ilovejackdaniels.com/apache/password-protect-a-directory-with-htaccess/comments/</comments>
      <description>&lt;a class=&quot;imagelink articleimage&quot; href=&quot;/apache/password-protect-a-directory-with-htaccess/&quot;&gt;&lt;img style=&quot;float: left; background: #999; border: 3px solid #ddd; padding: 1px; margin: 0 10px 10px 0;&quot; src=&quot;http://www.ilovejackdaniels.com/images/articles/article-no-entry.png&quot; alt=&quot;Password Protect a Directory with .htaccess&quot; /&gt;&lt;/a&gt; A tutorial explaining how to retrict access to a directory on a web server using .htaccess.</description> 
      <author>dave@ilovejackdaniels.com</author> 
      <pubDate>Tue, 15 Mar 2005 09:58:46 GMT</pubDate> 
      <guid>http://www.ilovejackdaniels.com/apache/password-protect-a-directory-with-htaccess/</guid> 
    </item> 
    <item> 
      <title>HTTP Status Codes Explained</title> 
      <link>http://www.ilovejackdaniels.com/apache/http-status-codes-explained/</link> 
	  <comments>http://www.ilovejackdaniels.com/apache/http-status-codes-explained/comments/</comments>
      <description>&lt;a class=&quot;imagelink articleimage&quot; href=&quot;/apache/http-status-codes-explained/&quot;&gt;&lt;img style=&quot;float: left; background: #999; border: 3px solid #ddd; padding: 1px; margin: 0 10px 10px 0;&quot; src=&quot;http://www.ilovejackdaniels.com/images/articles/http-status-codes.png&quot; alt=&quot;HTTP Status Codes Explained&quot; /&gt;&lt;/a&gt; All valid HTTP 1.1 Status Codes simply explained.</description> 
      <author>dave@ilovejackdaniels.com</author> 
      <pubDate>Tue, 11 May 2004 15:33:55 GMT</pubDate> 
      <guid>http://www.ilovejackdaniels.com/apache/http-status-codes-explained/</guid> 
    </item> 
    <item> 
      <title>.htaccess Error Documents</title> 
      <link>http://www.ilovejackdaniels.com/apache/htaccess-error-documents/</link> 
	  <comments>http://www.ilovejackdaniels.com/apache/htaccess-error-documents/comments/</comments>
      <description>&lt;a class=&quot;imagelink articleimage&quot; href=&quot;/apache/htaccess-error-documents/&quot;&gt;&lt;img style=&quot;float: left; background: #999; border: 3px solid #ddd; padding: 1px; margin: 0 10px 10px 0;&quot; src=&quot;http://www.ilovejackdaniels.com/images/articles/error-documents.png&quot; alt=&quot;htaccess Error Documents&quot; /&gt;&lt;/a&gt; Apache allows you to customize the server at the directory level, using .htaccess files. This tutorial explains how to use them to serve custom 404 error (page not found), and other common error pages, to your users.</description> 
      <author>dave@ilovejackdaniels.com</author> 
      <pubDate>Sun, 23 Nov 2003 11:28:02 GMT</pubDate> 
      <guid>http://www.ilovejackdaniels.com/apache/htaccess-error-documents/</guid> 
    </item> 
 
  </channel> 
</rss>