If I mess with the file name in the URL it doesn’t redirect to 404 pageFor example.
http://10.2.3.22/xyz/404ewewqewqe.html - This url does not work
http://10.2.3.22/xyz/404, These 3 urls works fine
http://10.2.3.22/xyz/404ewqewqe,http://10.2.3.22/xyeewewqeweollows -
In Apache httpd file i have following entry as follows - ErrorDocument 404 /404.html Any help or pointer would be highly appreciated