Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
659 views
in Q2A Core by
Is there a way to configure root link of Q2A (e.g. www.mydomain.com/qa/ ) ? By default it points to Recent Questions and I want it to change to some custom page like Home or About ass :) .

1 Answer

+1 vote
by
 
Best answer

Use $QA_CONST_PATH_MAP in qa-config.php, e.g.

$QA_CONST_PATH_MAP=array(
  'about' => '',
);
 
by
works fantastic, thanks !
by
That's what I do. But it's not working.
...