From ba3069991aeda91317057aa2c115f8c2151d0a98 Mon Sep 17 00:00:00 2001 From: Harishankar Date: Mon, 23 Jun 2014 11:27:24 +0530 Subject: [PATCH] Updated htaccess to Apache 2.4 compat Updated the htaccess string to generate a valid Apache 2.4 htaccess file for the search database --- article_dialog.ui | 36 ++++++++++++++++++------------------ biaweb_strings.py | 8 +++++--- 2 files changed, 23 insertions(+), 21 deletions(-) diff --git a/article_dialog.ui b/article_dialog.ui index f83647b..7fd1581 100644 --- a/article_dialog.ui +++ b/article_dialog.ui @@ -104,7 +104,7 @@ p, li { white-space: pre-wrap; } - + :/bia/resources/bold.gif:/bia/resources/bold.gif @@ -137,7 +137,7 @@ p, li { white-space: pre-wrap; } - + :/bia/resources/italic.gif:/bia/resources/italic.gif @@ -165,7 +165,7 @@ p, li { white-space: pre-wrap; } - + :/bia/resources/pre.gif:/bia/resources/pre.gif @@ -193,7 +193,7 @@ p, li { white-space: pre-wrap; } - + :/bia/resources/right.gif:/bia/resources/right.gif @@ -221,7 +221,7 @@ p, li { white-space: pre-wrap; } - + :/bia/resources/justify.gif:/bia/resources/justify.gif @@ -249,7 +249,7 @@ p, li { white-space: pre-wrap; } - + :/bia/resources/bullets.gif:/bia/resources/bullets.gif @@ -277,7 +277,7 @@ p, li { white-space: pre-wrap; } - + :/bia/resources/numbers.gif:/bia/resources/numbers.gif @@ -305,7 +305,7 @@ p, li { white-space: pre-wrap; } - + :/bia/resources/code.gif:/bia/resources/code.gif @@ -333,7 +333,7 @@ p, li { white-space: pre-wrap; } - + :/bia/resources/table.gif:/bia/resources/table.gif @@ -361,7 +361,7 @@ p, li { white-space: pre-wrap; } - + :/bia/resources/hr.gif:/bia/resources/hr.gif @@ -389,7 +389,7 @@ p, li { white-space: pre-wrap; } - + :/bia/resources/par.gif:/bia/resources/par.gif @@ -417,7 +417,7 @@ p, li { white-space: pre-wrap; } - + :/bia/resources/br.gif:/bia/resources/br.gif @@ -503,7 +503,7 @@ p, li { white-space: pre-wrap; } - + :/bia/resources/img.gif:/bia/resources/img.gif @@ -531,7 +531,7 @@ p, li { white-space: pre-wrap; } - + :/bia/resources/link.gif:/bia/resources/link.gif @@ -556,7 +556,7 @@ p, li { white-space: pre-wrap; } - + :/bia/resources/center.gif:/bia/resources/center.gif @@ -584,7 +584,7 @@ p, li { white-space: pre-wrap; } - + :/bia/resources/left.gif:/bia/resources/left.gif @@ -612,7 +612,7 @@ p, li { white-space: pre-wrap; } - + :/bia/resources/bquote.gif:/bia/resources/bquote.gif @@ -685,7 +685,7 @@ p, li { white-space: pre-wrap; } buttonBox - + diff --git a/biaweb_strings.py b/biaweb_strings.py index 65cb21f..6917ffd 100644 --- a/biaweb_strings.py +++ b/biaweb_strings.py @@ -453,6 +453,8 @@ your z""".split ("\n") searchindex_htaccess = """ - order allow,deny - deny from all -""" \ No newline at end of file + + Require all denied + +""" + -- 2.20.1