I need to setup cron to create from an index.php dinamic page an index.html every day.
I know the cron part but I forgot the command to create the cache page. Should look something like this
# Rebuild all pages every day at 10 after midnight
0 10 * * * [linux command]
Anyone can help?
