Tell me who faced, I write a web application using the framework7, and so the start page that loads all scripts conventionally index.html, but how in such projects to give a direct link inside the application?
(in principle, relevant to any single-page web applications)
For example: site.com/catalog/tehnica/simens
Physically, there is no such structure, and essentially one page index.html works.
Do you need to redirect to the main page and read the URL string? (with the subsequent processing and display of the necessary content) or how?
Thank you in advance.