[email protected]
Marcin Garniewski <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.general |
|---|---|
| Message-ID | <[email protected]> |
Hello I have trouble with displaying an error page, which should be shown in case of lack of a page i.e. 404 http error. My application uses a director with the following prefix : "app". I have configured the httpd.conf file to redirect (in case of an 404 error) to the suitable default error page and it works well i.e.: http://www.myapp.com/some_page.html - Ok but if I try this: http://www.myapp.com/app/some_page.html server shows me "page not found" message. Could you tell me how should I set Enhydra to show my error page? thanks martinas