What construction do I need to implement if I call
file_get_contents($target) where target is the url of the page, and the server sends a 404 error. If I get an error 404, I must execute at this address
file_get_contents($target) for another address via if / else.