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:
commit
878cf9bd3c
|
@ -0,0 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="0; URL=index.php">
|
||||
</head>
|
||||
</html>
|
Loading…
Reference in New Issue