I'm currently working on moving our current website from Dreamweaver to SharePoint, and I have a requirement to have an .htm file at the root of my SP2010 site. The reason is that we have software that expects a specific URL, which looks like this:
http://www.mysite.com/productupdates.htm?version=xxxx&blah=xxxx&whatever=xxxx
I tried adding the .htm file to the C:\inetpub\wwwroot\wss\VirtualDirectories\80 folder, but going to that .htm page gives me a 404 error.
What options do I have here, assuming that changing our software is NOT an option?
Is there any configuration within IIS I can do to allow this .htm file to work? Or perhaps within SharePoint 2010 itself?
Thanks
