Weirdest thing I've come across.
I'm developing a project internally with Apache 2.2 as the server on Ubuntu 11.10 x64. I have a bunch of sub directories under my www root but none of which are called simply "download", however, if you go to www.mysite.com/download/ it responds.
I have a script file in the document root called download.php but no directory named that. I am using no mod_rewrite rules, I've done a "locate -i download" and the results it shows are not web accessible to begin with.
I have no scripts that dynamically create the directory and at this point am at a loss for where it actually exists. I see no mention of it in my httpd.conf and have checked the alias locations.
All the same, www.mysite.com/download/ responds and shows content. It's mind boggling... ANY advice on where to look?