summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorNeil Drumm <drumm@3064.no-reply.drupal.org>2006-12-28 07:47:19 +0000
committerNeil Drumm <drumm@3064.no-reply.drupal.org>2006-12-28 07:47:19 +0000
commit2d6f76ce7cfa4598fe1ce78dbebe0baf4130889d (patch)
tree757ccb3b2d047bb2df99590b2604172a349b78b9 /.htaccess
parent7228b485f5be522d1fabef26918bf57f5a38a4d7 (diff)
downloadbrdo-2d6f76ce7cfa4598fe1ce78dbebe0baf4130889d.tar.gz
brdo-2d6f76ce7cfa4598fe1ce78dbebe0baf4130889d.tar.bz2
#105300 by Gábor Hojtsy. Avoid serving .po files.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 937fdbad4..2db7cd9b2 100644
--- a/.htaccess
+++ b/.htaccess
@@ -3,7 +3,7 @@
#
# Protect files and directories from prying eyes.
-<FilesMatch "(\.(engine|inc|info|install|module|profile|sh|.*sql|theme|tpl(\.php)?|xtmpl)|code-style\.pl|Entries.*|Repository|Root)$">
+<FilesMatch "(\.(engine|inc|info|install|module|profile|po|sh|.*sql|theme|tpl(\.php)?|xtmpl)|code-style\.pl|Entries.*|Repository|Root)$">
Order allow,deny
</FilesMatch>