From 429f7411a09951cf03c600a6aa4c6604b4bc9e17 Mon Sep 17 00:00:00 2001 From: till <till@php.net> Date: Tue, 20 Jan 2009 12:35:26 -0500 Subject: [PATCH] * removed, .sh scripts are fixed, not necessary for .inc --- .htaccess | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/.htaccess b/.htaccess index 7c6b65b..36d5748 100644 --- a/.htaccess +++ b/.htaccess @@ -23,11 +23,6 @@ php_value mbstring.func_overload 0 </IfModule> -<FilesMatch "(\.inc|.sh|\~)$"> - Order allow,deny - Deny from all -</FilesMatch> - <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^favicon.ico$ skins/default/images/favicon.ico -- Gitblit v1.9.1