aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorblizzz <blizzz@owncloud.com>2013-01-31 09:31:15 -0800
committerblizzz <blizzz@owncloud.com>2013-01-31 09:31:15 -0800
commit878cf9bd3cbee5abd167ddbfd283af6942890297 (patch)
treef0400732227c5ba8ca3fd276410159bbeb26753d
parent411e8e5218e0b0d6dc7e993f283b8a457f780af9 (diff)
parente22a8866fbf636b57bd8fae97f73c51a8e66504c (diff)
downloadnextcloud-server-878cf9bd3cbee5abd167ddbfd283af6942890297.tar.gz
nextcloud-server-878cf9bd3cbee5abd167ddbfd283af6942890297.zip
Merge pull request #1393 from owncloud/adding-index.html-with-redirect-master
some web servers by default don't recognize index.php as default page - ...
-rw-r--r--index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 00000000000..69d42e3a0b3
--- /dev/null
+++ b/index.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta http-equiv="refresh" content="0; URL=index.php">
+</head>
+</html>