I am making a url parsing application and ran into a problem
when I curl a fake domain to test if my application for example 1.com can tell if its fake, it says its real and returns a 200 header code
the conclusion I came up with is that the webserver must be redirecting to a page not found like if I put that same fake url into my browser it takes me to a Verizon search page
is there anyway to catch this using .htaccess and redirect to my own custom error page?