Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
  • Register
Welcome to the Q&A for Question2Answer.

If you have questions about the platform, click here to ask and please use English.

If you just want to try Q2A, please use the demo, which also grants admin access.

Apr 29: Q2A 1.5.2

How can I get rid of what appears to be question number in the URL?

0 votes
For example my url shows www.xxxx.com/qa/10/hello-world-question

How can I get rid of /10/ in the URL?

Thank you.
asked Mar 18, 2011 in Q2A Core by anonymous

2 Answers

0 votes
I don't think this is possible since Q2A uses the ID to look up the question in the database (this is much faster than looking up the "slug" how-can-get-rid....).

There isn't any reason to get rid of it, the URL is friendly enough and good for search engines.
answered Mar 18, 2011 by DisgruntledGoat
+1 vote
I would argue that you don't want to get rid of it. It serves an important function of providing permenant links, even if the question's title is edited later.
answered Mar 20, 2011 by ripper234