summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-02-02 07:25:01 +0000
committerDries Buytaert <dries@buytaert.net>2010-02-02 07:25:01 +0000
commitcc4e41583d60d71b54c4896be5eeff7be13a65a5 (patch)
treeb5f21188e06f486e5f730ccfafb23541f21802de /.htaccess
parent6de7ee3c8a6c4d77bd3caba7b66ac7ad45bcc184 (diff)
downloadbrdo-cc4e41583d60d71b54c4896be5eeff7be13a65a5.tar.gz
brdo-cc4e41583d60d71b54c4896be5eeff7be13a65a5.tar.bz2
- Patch #638030 by dww: hide *.make files via .htaccess.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 77ef61b8c..58a8bef79 100644
--- a/.htaccess
+++ b/.htaccess
@@ -3,7 +3,7 @@
#
# Protect files and directories from prying eyes.
-<FilesMatch "\.(engine|inc|info|install|module|profile|test|po|sh|.*sql|theme|tpl(\.php)?|xtmpl|svn-base)$|^(Entries.*|Repository|Root|Tag|Template|all-wcprops|entries|format)$">
+<FilesMatch "\.(engine|inc|info|install|make|module|profile|test|po|sh|.*sql|theme|tpl(\.php)?|xtmpl|svn-base)$|^(Entries.*|Repository|Root|Tag|Template|all-wcprops|entries|format)$">
Order allow,deny
</FilesMatch>