NetTalk Central

Author Topic: Not Found (404) Question  (Read 1705 times)

osquiabro

  • Hero Member
  • *****
  • Posts: 666
    • View Profile
    • Email
Not Found (404) Question
« on: July 30, 2020, 03:53:23 PM »
how i can capture the url that produced this message?

Thanks..

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11171
    • View Profile
Re: Not Found (404) Question
« Reply #1 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