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.