I am running Apache webserver 2.2 on linux server.
There is a file hosted on the server at some location with name of ‘Data_value_for_abc_on_UATPROD.msg’ which gives a ‘page not found error’.
There is another file at the same location with the name of ‘Data_value_for_abc_on_uatprod.msg’ which works fine.
The only difference between the two files is 'UATPROD' being in uppercase in first and lowercase in second.
I have seen the same with other files too, whenever the name is fully in capitals, webserver gives a page not found error.
Please help!
I have tried changes in IndexIgnore but the problem still persists.