
# SECURITY_HOLE_PASS_AUTHORIZATION
RewriteEngine on
RewriteBase /
ReWriteRule .? - [E=HTTP_AUTHORIZATION:%{HTTP:AUTHORIZATION},PT]

# Make the index file the default file for this directory
DirectoryIndex index

# We do our own pingback advertising
Header unset X-Pingback

# Set up the script to be a script and to be server parsed
<files "index">
   SetHandler cgi-script
</files>

# Set up the stylesheet
<files "style">
   ForceType text/css
</files>

# Block access to the libraries
<files "Log">
   Order Deny,Allow
   Deny from All
</files>
<files "PLIF">
   Order Deny,Allow
   Deny from All
</files>

# Block access to the output templates
<files "output">
   Order Deny,Allow
   Deny from All
</files>
