Hi!
I'd like to know if there's a way to save a webpage address, as HTML (like the browser displays it) and store it under a folder. What I want to do for my website is to create some sort of cache image of the index page, available for me to read in browser. This image, for example example.com/index.html, must be stored using different names, if possible using the date: example.com/index.html will be stored today as example.com/cache/index-today-date.html.
Also, it would be even better, I suppose, if folder would be created, for each month or week. Ex. example.com/cache/January/index-today-date.html.
Any suggestion would be good. I'm thimking maybe a simple script, runned by a cronjob, daily, but couldn't find any.
Thank you!