summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authortill <till@php.net>2009-01-20 17:35:26 +0000
committertill <till@php.net>2009-01-20 17:35:26 +0000
commit429f7411a09951cf03c600a6aa4c6604b4bc9e17 (patch)
tree5498dacb21ce254a754eeb19fa7a610fe533b910 /.htaccess
parent4cc74f726942d8570811f1e78db9a93a252435bf (diff)
* removed, .sh scripts are fixed, not necessary for .inc
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess5
1 files changed, 0 insertions, 5 deletions
diff --git a/.htaccess b/.htaccess
index 7c6b65bf4..36d574865 100644
--- a/.htaccess
+++ b/.htaccess
@@ -23,11 +23,6 @@ php_value session.gc_probability 1
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