1<?php
2require_once(dirname(__FILE__) . '/../action.php');
3$conf['ActionReaderFirst']  = 'GoToBestPageName';
4$conf['ActionReaderSecond'] = 'GoToSearchEngine';
5$conf['ActionReaderThird']  = 'Nothing';
6$conf['GoToEditMode'] = 1;
7$conf['ShowPageNameIsNotUnique'] = 1;
8$conf['ShowMessageClassic'] = 1;
9$conf['WeightFactorForSamePageName'] = 4;
10$conf['WeightFactorForStartPage'] = 3;
11// If the page has the same namespace in its path, it gets more weight
12$conf['WeightFactorForSameNamespace'] = 5;
13?>
14