summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index fcb8f6c8f..7c6b65bf4 100644
--- a/.htaccess
+++ b/.htaccess
@@ -23,7 +23,7 @@ php_value session.gc_probability 1
php_value mbstring.func_overload 0
</IfModule>
-<FilesMatch "(\.inc|\~)$">
+<FilesMatch "(\.inc|.sh|\~)$">
Order allow,deny
Deny from all
</FilesMatch>