gringomike
Technical User
Hi all,
Really wondering if anyone has done it, please give me pointers regarding how to implement it. Tons of document suggest how to use custome error pages with IHS/Apache. Trying to implement simplest custom error page for http error 404. As per the docs, I need to add a line ErrorDocument 404 /error404.html where error404.html should be in docroot folder. After this modification, I never forget to restart IHS. Still if I give any invalid url (i.e. when test.html does not exist at server), I see the usual http 404 page, not the error page error404.html which I would like. Is here something I am missing???
Thanks in advance
GM
Really wondering if anyone has done it, please give me pointers regarding how to implement it. Tons of document suggest how to use custome error pages with IHS/Apache. Trying to implement simplest custom error page for http error 404. As per the docs, I need to add a line ErrorDocument 404 /error404.html where error404.html should be in docroot folder. After this modification, I never forget to restart IHS. Still if I give any invalid url (i.e. when test.html does not exist at server), I see the usual http 404 page, not the error page error404.html which I would like. Is here something I am missing???
Thanks in advance
GM