Commit 6ae759fddc0156a6975edaf086d0e13490176d18

Authored by nbm
1 parent e838a824

Put an index.html that redirects to index.php, testing that PHP is even

installed into the web server.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3262 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 13 additions and 0 deletions
setup/index.html 0 → 100644
  1 +<html>
  2 +<head>
  3 +<meta http-equiv="refresh" content="0; url=index.php"/>
  4 +</head>
  5 +<body>
  6 +<p>You should automatically be redirected to another page. If you are
  7 +not, choose <a href="index.php">this link</a>.</p>
  8 +
  9 +<p>If you receive an error on that page, your web server is not set up
  10 +to serve PHP applications. Consult the docs/INSTALL.txt file that came
  11 +with KnowledgeTree for more information.</p>
  12 +</body>
  13 +</html>
... ...