Hi.
Is there a simple way to redirect HTTP-errors from IIS to various epi pages?
Not primarily 404's, but rather variants of 403-forbidden, since I want editors to be able to modify those error messages easily.
If I simply enter an epi-page as the url for an error in iis' custom error page dialogue, I get a "page could not be loaded". If I use a simple address for the same epi-page I get "The system cannot find the file specified" instead.
(I've seen solutions for 404's but can't really see how those apply to other http-errors. Or is it simpler than I realize?)