Solution for error pages
authordoxulting <doxulting>
Fri, 30 Jul 2004 14:04:20 +0000 (14:04 +0000)
committerdoxulting <doxulting>
Fri, 30 Jul 2004 14:04:20 +0000 (14:04 +0000)
.htaccess [new file with mode: 0755]

diff --git a/.htaccess b/.htaccess
new file mode 100755 (executable)
index 0000000..179a894
--- /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
+
+