Answer the question
In order to leave comments, you need to log in
How to change the main page of a site using cron? every day a new html file their 365?
How can I change the main page of the site every day using the task scheduler?
There is a main page for every day of the year.
Answer the question
In order to leave comments, you need to log in
include date('d-m').'.html';
<?php header('Location: http://www.example.com/'.date('d-m').'.html');?>
then immediately at the right time when entering the site there will be an automatic redirect to the desired page, and at the same time everything will be fast and beautiful, but users will have access to pages from previous days by their name, and they will have to be somehow hidden if it is relevant (for example by means of access rights or simply by moving files to another directory with a separate script, albeit by cron) cp /путь/до/исходных/файлов/`date +%m-%d`.html /путь/до/папки/веб/сервера/index.html
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question