From 041cb456877e2c0b2c1a13ba3fa68a032428d252 Mon Sep 17 00:00:00 2001 From: doxulting Date: Fri, 30 Jul 2004 14:04:20 +0000 Subject: [PATCH] Solution for error pages --- .htaccess | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 .htaccess diff --git a/.htaccess b/.htaccess new file mode 100755 index 0000000000..179a894e29 --- /dev/null +++ b/.htaccess @@ -0,0 +1,9 @@ +# .htaccess + +ErrorDocument 400 /cgi-bin/koha/koha-tmpl/errors/400.pl +ErrorDocument 401 /cgi-bin/koha/koha-tmpl/errors/401.pl +ErrorDocument 403 /cgi-bin/koha/koha-tmpl/errors/403.pl +ErrorDocument 404 /cgi-bin/koha/koha-tmpl/errors/404.pl +ErrorDocument 500 /cgi-bin/koha/koha-tmpl/errors/500.pl + + -- 2.39.5