9 lines
295 B
ApacheConf
Executable file
9 lines
295 B
ApacheConf
Executable file
# .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
|
|
|
|
|