I have been working on a new Web App in a test enviroment. All seemed
to be fine for me, so I sent a link for someone in the dept. to look
at it, and they receive a 404 error. They have correct permissions,
routing is right.
What's weird about it is it works fine for me. So I tried to look at
some other pages in the webapp with this user, the default that
sharepoint put in works fine, so I thought, maybe its just my
masterpage or something. So I created a simple .html page in
/pages/test.html - Same thing 404. So then I created the same page in
the root /test.html It shows up for the user!!
So what could be causing seemingly any new page added to /pages/ dir
to not work. Because the SP default page is in /pages/default.aspx and
it still works for the user.