Can someone explain why this is? You would think that the developers building it would say, "hey, let's make these urls a bit more friendly..."
My guess is that "html" really means "folder full of static stuff," and each project needs to be in it's own subdirectory called "home." Confusingly, Apache or whatever might be config'ed to read directories indexes from home.shtml. The first html is the generic static assets folder, and the second is the local projects' folder full of assets. Poor developers never had a chance. www.nyc.gov/html/housinginfo/html/home…
http://www.nyc.gov/dob 404s, but http://www.nyc.gov/html/dob works, so that ought to be fixed.