My site is written in asp.net using mono and apache under ubuntu LTS.
After debugging most of the problems out i still had problems with my icon folder icons. It was giving me the wrong or no icon. Then i notice /blah gets me my custom 404 page while /icons gets me a directory listing.
Why is /icons/* path hitting a directory instead of using my asp.net code? no other path that i know of (ATM) does that.
side note: /images/ also exist in the same directory as my icons folder. /images/ does not cause a directory listing either.