OK, it's me again with another stupid problem, but...
I am using my snap as a web server. I told it to use a different index.html file than the normal snap page and it has done so splendidly. Here's the problem. My navigation buttons for the web site are javascript. When I click one of the buttons to go to the next page, I get a 404 not found error. When I look at the address bar, I see this:
http://www.blah.com/page.htm? The snap is putting a ? at the end of the URL! If I manually delete this ? then the page loads. The ? is not in my code, and the page works fine locally in FrontPage. Heck, it even works if I open Internet Explorer and open the page locally. Doesn't work through the web though. ARRRGGGGHHHHHHHHHHHHHH!
Any ideas?