summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2013-04-10 11:44:35 -0700
committerwebchick <webchick@24967.no-reply.drupal.org>2013-04-10 11:44:35 -0700
commitbc0ca547b7dc83c8777c8a8834124a9620c6eadb (patch)
tree9f14ae6a3bfb090b81f02f3d2f3034fb12ef259a
parent23f3852229bc4f65021c6cf6c9aecb12287e6de0 (diff)
downloadbrdo-bc0ca547b7dc83c8777c8a8834124a9620c6eadb.tar.gz
brdo-bc0ca547b7dc83c8777c8a8834124a9620c6eadb.tar.bz2
Issue #1962780 by David_Rothstein, petyovsky: Fixed 500 Internal server error on Apache 1.x servers after updating to Drupal 7.22.
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 8eac0e4a7..02c56f86c 100644
--- a/.htaccess
+++ b/.htaccess
@@ -3,7 +3,7 @@
#
# Protect files and directories from prying eyes.
-<FilesMatch "\.(engine|inc|info|install|make|module|profile|test|po|sh|.*sql|theme|tpl(\.php)?|xtmpl)(|~|\.sw[op]|\.bak|\.orig|\.save)?$|^(\..*|Entries.*|Repository|Root|Tag|Template)$|^#.*#$|\.php(~|\.sw[op]|\.bak|\.orig\.save)$">
+<FilesMatch "\.(engine|inc|info|install|make|module|profile|test|po|sh|.*sql|theme|tpl(\.php)?|xtmpl)(~|\.sw[op]|\.bak|\.orig|\.save)?$|^(\..*|Entries.*|Repository|Root|Tag|Template)$|^#.*#$|\.php(~|\.sw[op]|\.bak|\.orig\.save)$">
Order allow,deny
</FilesMatch>