We have a folder located at this path: http://www.oursite.com/careers. There are several pages under that folder, but that path causes a layout not found page, which is expected since it's just a folder.
The client needs a vanity URL for some marketing material at the same URL: http://www.oursite.com/careers. I created an Alias, but I'm still getting the layout not found page. It's my understanding that the resolvers in the HttpRequestBegin node operate in the order that they are placed in config. The AliasResolver is well before the ItemResolver, so I would think that the alias should work, but it's not.