Need help launching webpage

I hope I explain the problem correctly. We have a web application that also can be opened from the client for admin purposes. There is a main frameset, but the launch tab in database properties says to launch a particular page when opened with a browser. It works for a while, then later on, it will not work, and return a “file does not exist” error in the log. SIMPLY opening it up in the client is enough to get it running again. I am wondering what in the world is hanging up, then clearing when opening the database from the client. The page that opens in the broswer has the following in it:

Entering website...

I may very well not have enough information here for anyone to help, but I am not sure where to look. I inherited this, and am trying to follow the flow of logic, and the combination of Configuration Documents, Website documents, launch properties, redirection, etc. is just totally confusing me. I suspect it is some kind of cached address resolving that is causing the problem. Any ideas where I can go to make sense of this?

If you can help, please do. I would appreciate it terribly.

Thanks,

Matt

Subject: Need help launching webpage

Try a simple @URLOpen(…web/itsweb.nsf?opendatabase

And try @URLOpen(…web/itsweb.nsf/index?openform

Does the db open correctly? How about the form?

Perhaps this will work better than the javascript, at least, for testing purposes anyway.

Subject: Try a leading “/”: location.href=‘/web/itsweb.nsf/index?ReadForm’

Subject: SOLUTION!!

It was not a redirection problem at all. It was simply a case-sensitivity issue. We had a mirror on a Windows box, and it would stay up, so that gave us a clue as to looking into differences in the OS’s.

As soon as everything was lowercase, including the filename itself, it has stayed up.

Just in case you were interested.