nextcloud/index.html
Daniel Molkentin a86fe7920b Try to prefer index.php over index.html in the same directory
Add JS redirect if that fails (HTTP-based redirects are disabled by
default in more recent Firefox versions).
2013-04-24 15:11:53 +02:00

6 lines
102 B
HTML

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