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 - ...
This commit is contained in:
blizzz 2013-01-31 09:31:15 -08:00
commit 878cf9bd3c
1 changed files with 6 additions and 0 deletions

6
index.html Normal file
View File

@ -0,0 +1,6 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; URL=index.php">
</head>
</html>