How do I display a friendly URL link in the frontend?
Modifying the URL structure always consists of two parts: one two modify the URLs you generate with your code, and one to handle the incoming URLs of the new structure. The latter part is done by modifying the rewrite rules. I have just written a detailed explanation of the relevant rewrite functionality in a response … Read more