I have a website which has been generated by PHP and
contains dynamic content. I´m using HTTrack to convert the
dynamic content to static html (for faster download). What
i want is that the static html is created everyday.
Is there a way to create a batch file which grabs the
content of my local server (i.e
<http://localhost/stats/php>) and puts the static content in
a designated folder h:/stats. The content holds roughly
2000 links and bandwidth is no issue as its on my own
server. |