Hi,
How to install the home page, categories page and questions page as on this site to reduce question theft : http://www.tipsfull.com/
When you click on the page it will redirect you to the home page , see : http://www.tipsfull.com/questions/%D9%85%D8%B9%D9%84%D9%88%D9%85%D8%A7%D8%AA-%D8%B9%D8%A7%D9%85%D8%A9
View questions on the site do not change and can only be found through the search box or via Google
You could use .htaccess to redirect every URL structure to the homepage.
The basic thing is
Redirect 301 "/old-page.html" "/new-page.html"
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.