1
On a site I develop, when writing a link that does not exist, gives me error according to the following image.
I intend that, when writing a link that doesn’t really exist, show an error 404 page without changing the link instead of showing this warning message of "Object not found".
If it is possible to create this in htaccess, for me it would be one of the possibilities.
Commented with Errordocument 400, but it’s error 404. I edited, and tested and yes, this is the solution.
– Tiago165
you can include more of these lines, for other error like 500, 502, etc
– NoobSaibot