Updated htaccess to Apache 2.4 compat
[biaweb_qt.git] / biaweb_strings.py
index 65cb21f..6917ffd 100644 (file)
@@ -453,6 +453,8 @@ your
 z""".split ("\n")
 
 searchindex_htaccess = """<Files searchwords.idx>
-       order allow,deny
-       deny from all
-</Files>"""
\ No newline at end of file
+       <RequireAll>
+               Require all denied
+       </RequireAll>
+</Files>"""
+