Forum Moderators: DixonJones
In these days of CMS driven sites which automatically create 'friendly unique' filenames, it is common to find two files which differ in case but not in name; e.g. a second post had exactly the same name but different case.
It sounds like your problem is that you are using a windows server that returns the same content whatever case is given. The answer is to configure your server to only allow a single case and either redirect incorrect cases or reject them; ISAPIrewrite may do the job for an IIS server - I'd post in the IIS forum to get some help.