We are a content provider and one of our customers wants to take one of our content packages (it's a microsite, basically) and store and launch it via Sharepoint.
Problem is, they can't house all the files and use the index.html page for some reason. So the client proposed changing the index.html file to be "index.aspx" but that worked in ie but did not work in Chrome.
In our content files, there are apparently a many javascript files that reference the HTML file and this cannot be changed.
Is there any way to just have the file set run like a normal set of html pages?