What file /fragment of a code do I need to edit in v1.6.3 to include a custom URL prefix for each of the question pages,
i.e. to change a current:
mysite.com/1234/question-title-text
to:
mysite.com/answerit/1234/question-title-text
where "answerit" is my custom prefix.
Just to be clear, I do not want to change the prefix for the list of questions that can be controlled with $QA_CONST_PATH_MAP easly by "'questions' => 'custom_prefix',", but I would like to change the URL for actual question pages, so the rest (i.e. tags) stays the same.
mysite.com/tags
As a related question:
How to include the category name in the question URL?
i.e. after combining with first request:
mysite.com/answerit/category_name/1234/question-title-text
I do realise that changing a category will not work backwords in that case, or?
Thanks a lot!