]> source.dussan.org Git - nextcloud-server.git/commitdiff
some web servers by default don't recognize index.php as default page - IIS for example
authorThomas Mueller <thomas.mueller@tmit.eu>
Thu, 31 Jan 2013 15:16:28 +0000 (16:16 +0100)
committerThomas Mueller <thomas.mueller@tmit.eu>
Thu, 31 Jan 2013 15:16:28 +0000 (16:16 +0100)
In order to allow easy installation and configuration this index.html has been added with a redirect to index.php

index.html [new file with mode: 0644]

diff --git a/index.html b/index.html
new file mode 100644 (file)
index 0000000..69d42e3
--- /dev/null
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<html>
+<head>
+       <meta http-equiv="refresh" content="0; URL=index.php">
+</head>
+</html>