Hi folks, I'm trying to set a custom 404 page for my Pylons app. I'm running my app through Apache2 and mod_wsgi (2.0). In my vhost configuration, I have the ErrorDocument for 404 set, and I've even edited my middleware.py to redirect 404s to my 404 page.
When I run my app via paster, it works a charm. When I run the app on our dev server (via Apache2/mod_wsgi), I get an unstyled page that says "404 Not Found" at the top, and "The resource could not be found." underneath it. As far as I can tell, this is not the Apache 404 page. Anyone run into this before? Any ideas? Need more info? -- Raoul Snyman B.Tech Information Technology (Software Engineering) E-Mail: [email protected] Web: http://www.saturnlaboratories.co.za/ Blog: http://blog.saturnlaboratories.co.za/ Mobile: 082 550 3754 Registered Linux User #333298 (http://counter.li.org) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
