Hello

When I run cron by enter the URL: http://myapplication.com/cron.php. it works OK

But when I run using command line:

/usr/bin/wget http://myapplication.com/cron.php

I got
HTTP request sent, awaiting response... 403 Forbidden
11:57:12 ERROR 403: Forbidden.

How I can fix this, please help
john

Comments

johnhelen’s picture

The reason is at apache config, not drupal issue

curious-trick’s picture

So what was the solution?

Using Drupal 6.11, I followed the Drupal guide and made the Drupal cron run by an internal script, and that involved editing the .htaccess file, and I don't know how to fix it to allow civicrm.settings.php and CiviMailProcessor.php.

TIA ~ Patrick