2009/4/28 David Montgomery <[email protected]>:
>
> I am trying to get IE to work with a custom notfound message.....
>
> It only solution I see thus far is to set HTTP/1.0 200 OK.....
>
> SO....just add web.ctx.status = "200 OK"?

if you set status as "200 OK" it will not be not found. for not found,
the status has to be "404 not found" and web.py takes care of setting
it.
I don't think changing status will help.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to