OK …
I have a url:
https://subdomain.mysite.com/classical/
I have scheduled 3 successive entries in cache-timout:
The first one was:
if request uri starts with ‘c’, delete files Once a Day
It did not work (after one day). I changed it:
The second:
if request uri starts with ‘c’, delete files Once Daily
It did not work. I changed it again:
The third:
if request uri starts with ‘classical’, delete files Once a Day
Nothing again.
How are these commands ignited? Could it be an issue if at a certain time, the site has no visitors, for example?
-
This reply was modified 9 years, 7 months ago by
tntrush.
are you that wp schedule works properly in your system? Can you add a scheduled post please? Let’s see that it is released or not.
Indeed, I have an issue with the previously defined cron-jobs which hit on wp-cron.php.(I have set define('DISABLE_WP_CRON', true);)
I will try to solve it, thank you!