403 Forbidden

I try manually run cron job at ../periodic/cron.php and get the error 403 Forbidden

"You don't have permission to access .../periodic/cron.php on this server."

How can i fix it?

  • 348
  • More
Replies (1)
    • You can't run cronjob from your browser, this folder is closed for public by default. If you want to run it manually, you need to login to your server using SSH and run it from command line (same command which is in your cronjob, but without * * * *)

      Login or Join to comment.