Redirection problem

I posted a similar question a few weeks back, and have continued to try to fix this, but so far, nothing.

Situation:

  1. .nsf file to be accessed by a web browser.

  2. this IP address is dedicated (web-wise) to this .nsf site

  3. works fine for a while, then all of a sudden, HTTP error below is logged (and website fails to come up):

HTTP Web Server: Lotus Notes Exception - File does not exist [/web/ourweb.nsf/index?ReadForm]

Since it works for a while, I am confused as to how I could have set anything up wrong. Once it fails, all it takes is me opening up the database (from a Notes client) in designer mode, and closing it…without making a single change to anything…and all of a sudden it starts working again.

Any ideas? Hopefully that logged message will give someone a clue. This web-stuff can be very confusing, since you can do the same thing 15 different ways (internet site, web config document, this ?ReadForm stuff, etc.)

Please help me. I am drowning in this thing.

  • Matt

Subject: duplicate…ignore

oops. Wish you could delete your own posts.

Subject: Redirection problem - 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.