Updated htaccess to Apache 2.4 compat
[biaweb_qt.git] / biaweb_strings.py
index 8f7f232..6917ffd 100644 (file)
@@ -38,7 +38,7 @@ template_main = """<?xml version="1.0" encoding="UTF-8"?>
                </form>
        </div>
        <div id="footer">${copyright}<br />Site generated by
-       <a href=\"http://harishankar.org/software/biaweb.php\">BiaWeb</a> created by V. Harishankar</div>
+       <a href=\"http://harishankar.org/software/biaweb_qt.php\">BiaWeb Qt</a> created by V. Harishankar</div>
 </body>
 </html>"""
 
@@ -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>"""
+