1
0
Mirror von https://github.com/nextcloud/server.git synchronisiert 2024-08-12 02:11:02 +02:00
nextcloud/index.html
Thomas Mueller e22a8866fb some web servers by default don't recognize index.php as default page - IIS for example
In order to allow easy installation and configuration this index.html has been added with a redirect to index.php
2013-01-31 16:16:28 +01:00

7 Zeilen
102 B
HTML

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