just a redirection to main page.
authortipaul <tipaul>
Thu, 6 Mar 2003 08:58:41 +0000 (08:58 +0000)
committertipaul <tipaul>
Thu, 6 Mar 2003 08:58:41 +0000 (08:58 +0000)
as koha-tmpl is declared as DocumentRoot, we need this html page to redirect koha to mainpage.pl

koha-tmpl/index.html [new file with mode: 0644]

diff --git a/koha-tmpl/index.html b/koha-tmpl/index.html
new file mode 100644 (file)
index 0000000..d2f098a
--- /dev/null
@@ -0,0 +1,12 @@
+<html>
+<head>
+<meta http-equiv="refresh" content="0; url=/cgi-bin/koha/mainpage.pl">
+</head>
+<body bgcolor=white>
+<table border=0 width=100% height=100%>
+<tr><td align=center valign=center>
+<img src=/images/kohasplash.jpg>
+</td></tr>
+</table>
+</body>
+</html>