Does FastCron follow redirection?
Yes, FastCron follows HTTP redirection (with HTTP status code 301, 302, 307, or 308).
This feature helps in these cases:
- You changed the script URL with redirection.
- The cron script needs to split into several steps (e.g. Akeeba backup).
If you’re using PHP, you should use header
and exit
to redirect your script:
FastCron will not follow parse the HTML or run JavaScript, so these won’t work: