"Document not Found"

Post Reply
anixyz
Posts: 62
Joined: Fri Jul 20, 2001 11:43 am

"Document not Found"

Post by anixyz »

The error table has an Url with reason='Document not found',however that page is present on the site and there is no broken link to this from any of the pages.,

Any Ideas...,
Thanks
User avatar
mark
Site Admin
Posts: 5513
Joined: Tue Apr 25, 2000 6:56 pm

"Document not Found"

Post by mark »

When gw tried to fetch that page the webserver returned a 404 Document not found to gw. Perhaps it was not there at the time gw asked for it. Find the time with
gw -st "select convert(id,'date'),Url,Reason from error where Url='YOUR_URL_HERE'"
and check your webserver's access and error logs for that time.

See the manual, http://www.thunderstone.com/site/gw25man/node100.htm , to find how to determine what page caused gw to fetch the one in error.

The error table only gets cleared when you -wipe or create a new database that does not already exist.
Post Reply