I have cron setup on a remote server to call the runcrawl.php script on the site that has the site map generator installed.
It works fine if the command is "wget [ External links are visible to forum administrators only ].*******.co.uk/generator/runcrawl.php"
But I don't want to create a new file on the remote server of the progress report, so I changed the command to:
"wget --spider [ External links are visible to forum administrators only ].*******.co.uk/generator/runcrawl.php" so that no file is downloaded, but now the crawl does not start even though wget indicates it got an HTTP status of "200 OK".
Why?
?