I want to set the home page to the hot questions list
Like this: http://www.question2answer.org/qa/hot
I did change below code in the qa-config file
from
$QA_CONST_PATH_MAP=array(
'questions' => 'topics',
'categories' => 'sections',
'users' => 'contributors',
'user' => 'contributor',
);
to
$QA_CONST_PATH_MAP=array(
'questions' => 'hot',
'categories' => 'sections',
'users' => 'contributors',
'user' => 'contributor',
);
But it failed