From 481188f7ea77418b46100d66a383f9a98f4cd029 Mon Sep 17 00:00:00 2001 From: rub Date: Tue, 2 Jan 2007 22:37:08 +0000 Subject: Issue ID 0000529 Re-Fixed. Problem with "Options +MultiViews" .htaccess configuration. Merge branch-1_6 1688:1689 into BSF git-svn-id: http://piwigo.org/svn/trunk@1690 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/config_default.inc.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'include/config_default.inc.php') diff --git a/include/config_default.inc.php b/include/config_default.inc.php index f477fc267..2f61f5584 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -570,12 +570,13 @@ $conf['enable_plugins']=true; // +-----------------------------------------------------------------------+ // Pages where filter is enabled // Other pages cancel current filter +// Array of basename without file extention $conf['filter_pages'] = array ( - 'about.php', 'action.php', 'admin.php', 'comments.php', - 'index.php', 'picture.php', 'popuphelp.php', 'profile.php', - 'qsearch.php', 'random.php', 'register.php', 'search.php', - 'search_rules.php', 'tags.php', 'upload.php' + 'about', 'action', 'admin', 'comments', + 'index', 'picture', 'popuphelp', 'profile', + 'qsearch', 'random', 'register', 'search', + 'search_rules', 'tags', 'upload' ); ?> -- cgit v1.2.3