Hi,
I am using apache FYI
I am trying to get notfound to work in production. When I have a 404
error in firefox...the def_notfound is working. So....if I have a 404
error....I see the custom script working and the def_notfound is
being called
In IE....I get a 500 error. Why Why Why????
I tried to create a class with the following:
class class_notfound:
def GET(self):
raise web.notfound()
This does not work....I added "ErrorDocument 404 /index.py/
class_notfound" to my .htaccess file.
What do I have to do get IE to work? Why does it work with FF but not
IE?
Thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---