Ignore:
Timestamp:
Jan 2, 2007, 11:37:08 PM (18 years ago)
Author:
rub
Message:

Issue ID 0000529 Re-Fixed.

Problem with "Options +MultiViews" .htaccess configuration.

Merge branch-1_6 1688:1689 into BSF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/config_default.inc.php

    r1682 r1690  
    571571// Pages where filter is enabled
    572572// Other pages cancel current filter
     573// Array of basename without file extention
    573574$conf['filter_pages'] = array
    574575  (
    575     'about.php', 'action.php', 'admin.php', 'comments.php',
    576     'index.php', 'picture.php', 'popuphelp.php', 'profile.php',
    577     'qsearch.php', 'random.php', 'register.php', 'search.php',
    578     'search_rules.php', 'tags.php', 'upload.php'
     576    'about', 'action', 'admin', 'comments',
     577    'index', 'picture', 'popuphelp', 'profile',
     578    'qsearch', 'random', 'register', 'search',
     579    'search_rules', 'tags', 'upload'
    579580  );
    580581
Note: See TracChangeset for help on using the changeset viewer.