Crons aren't working for me.
curl http://mysite.com/drupal/cron.php used to work.
Since I moved the site to root and deleted the /drupal path, cron has failed with this error:
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="http://www.cifellowship.org/cron.php">here</a>.</p>
<hr>
<address>Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.7a mod_auth_passthrough/2.1
mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at cifellowship.org Port 80</address>
</body></html>
If I run the url from a browser, it works.
php /***/****/public_html/cron.php fails with:
Status: 404 Not Found
Content-type: text/html
No input file specified.
The path seems fine from the files viewer, cron.php is in the root folder.
Thanks