diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2013-04-10 11:44:35 -0700 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2013-04-10 11:44:35 -0700 |
commit | bc0ca547b7dc83c8777c8a8834124a9620c6eadb (patch) | |
tree | 9f14ae6a3bfb090b81f02f3d2f3034fb12ef259a /.htaccess | |
parent | 23f3852229bc4f65021c6cf6c9aecb12287e6de0 (diff) | |
download | brdo-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.
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |