Commit 41c928da9d1664fcbc42d084ff595b4db6ef8112
1 parent
1609fd1f
Add default.htm files for IIS to use.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3317 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
2 changed files
with
18 additions
and
0 deletions
default.htm
0 → 100644
setup/default.htm
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> |