I would like to create a cache for my php pages on my site. I found too many solutions, but I want a script that can generate an HTML page from my ex database:
I have a page for categories that captures all categories from the database, so the script should be able to generate an HTML sorting page: my-categories.html. then if I select a category, I should get the page my-x-category.html, etc. etc. for other categories and subcategories.
I see that some websites have URLs, for example: wwww.the-web-site.com/the-page-ex.html
although they are dynamic.
thanks for the help
Mohamed amine
source share