Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+4 votes
2.7k views
in Q2A Core by
When I create a question what links it create?

For eg. One of my sites which is made with PHP it creates a url like sitename. Com/?name=test&age=12

My question is what link Q2A site create?

I actually want to know the variables
Q2A version: 1.8.6
by
What variables are you asking about? Please take a step back and describe the actual problem you're trying to solve. What do you need this for?

1 Answer

0 votes
by
selected by
 
Best answer

The kind of links can be defined in admin/general. But the most user friendly one (the one on the top) will generate URLs such as the one on this question:

https://www.question2answer.org/qa/98795/what-links-that-my-site-uses

Or, in more abstract terms:

<base-site-url>/<question-id>/<title-in-simplified-form>

The number is incremented on each post and is the ID of each post in the database. The rest is irrelevant in technical terms but helps for SEO.

...