<?xml version="1.0" encoding="utf-8"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#" xml:lang="en-GB">

  <title>Apache - ILoveJackDaniels.com</title>
  <link rel="alternate" type="text/html" href="http://www.ilovejackdaniels.com/apache/"/>
  <tagline>Web development tutorials in PHP, ASP, CFML and more.</tagline> 
  <author>
    <name>dave@ilovejackdaniels.com</name>
  </author>
  <modified>1970-01-01T01:00:00Z</modified>
	<!-- ckey="4F6C4705" -->


    <entry> 
      <title>Block Referrer Spam (Updated)</title>
      <link rel="alternate" type="text/html" href="http://www.ilovejackdaniels.com/apache/block-referrer-spam/" />
      <summary type="text/plain" mode="escaped">&lt;a class=&quot;imagelink articleimage&quot; href=&quot;/apache/block-referrer-spam/&quot;&gt;&lt;img style=&quot;float: left;&quot; src=&quot;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.</summary>
      <id>tag:ilovejackdaniels.com,2005:211</id>
      <issued>1970-01-01T01:00:00+01:00</issued>
      <modified>2005-09-14T11:36:00Z</modified>
    </entry> 
    <entry> 
      <title>Ignore Directories in mod_rewrite</title>
      <link rel="alternate" type="text/html" href="http://www.ilovejackdaniels.com/apache/ignore-directories-in-mod-rewrite/" />
      <summary type="text/plain" mode="escaped">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;</summary>
      <id>tag:ilovejackdaniels.com,2005:250</id>
      <issued>1970-01-01T01:00:00+01:00</issued>
      <modified>2005-09-08T12:00:00Z</modified>
    </entry> 
    <entry> 
      <title>Password Protect a Directory with .htaccess</title>
      <link rel="alternate" type="text/html" href="http://www.ilovejackdaniels.com/apache/password-protect-a-directory-with-htaccess/" />
      <summary type="text/plain" mode="escaped">&lt;a class=&quot;imagelink articleimage&quot; href=&quot;/apache/password-protect-a-directory-with-htaccess/&quot;&gt;&lt;img style=&quot;float: left;&quot; src=&quot;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.</summary>
      <id>tag:ilovejackdaniels.com,2005:219</id>
      <issued>1970-01-01T01:00:00+01:00</issued>
      <modified>2005-03-15T09:58:46Z</modified>
    </entry> 
    <entry> 
      <title>HTTP Status Codes Explained</title>
      <link rel="alternate" type="text/html" href="http://www.ilovejackdaniels.com/apache/http-status-codes-explained/" />
      <summary type="text/plain" mode="escaped">&lt;a class=&quot;imagelink articleimage&quot; href=&quot;/apache/http-status-codes-explained/&quot;&gt;&lt;img style=&quot;float: left;&quot; src=&quot;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.</summary>
      <id>tag:ilovejackdaniels.com,2004:54</id>
      <issued>1970-01-01T01:00:00+01:00</issued>
      <modified>2004-05-11T15:33:55Z</modified>
    </entry> 
    <entry> 
      <title>.htaccess Error Documents</title>
      <link rel="alternate" type="text/html" href="http://www.ilovejackdaniels.com/apache/htaccess-error-documents/" />
      <summary type="text/plain" mode="escaped">&lt;a class=&quot;imagelink articleimage&quot; href=&quot;/apache/htaccess-error-documents/&quot;&gt;&lt;img style=&quot;float: left;&quot; src=&quot;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.</summary>
      <id>tag:ilovejackdaniels.com,2003:33</id>
      <issued>1970-01-01T01:00:00+01:00</issued>
      <modified>2003-11-23T11:28:02Z</modified>
    </entry> 
 
</feed>