NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: osquiabro on July 30, 2020, 03:53:23 PM

Title: Not Found (404) Question
Post by: osquiabro on July 30, 2020, 03:53:23 PM
how i can capture the url that produced this message?

Thanks..
Title: Re: Not Found (404) Question
Post by: Bruce on August 02, 2020, 10:15:32 PM
It's already going to DEbugview,
but you can also embed code in WebHandler, SendError

like;

if p_ErrorNumber = 404
  ! log self.PageName somewhere
end

Of course 99% of it will just be rubbish scripts looking for php files and the like.


cheers
Bruce