Skip to content

Commit 3ab5a23

Browse files
committed
fix redirect
1 parent a5d1bc3 commit 3ab5a23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<head>
44
<title>Weiterleitung</title>
55
<meta charset="UTF-8">
6-
<meta http-equiv="refresh" content="1; url=web/index.php">
6+
<meta http-equiv="refresh" content="1; url=/openWB/web/">
77
</head>
88
<body>
99
<script>
10-
window.location.href = "web/index.php"
10+
window.location.href = "/openWB/web/"
1111
</script>
1212
<h1>Weiterleitung</h1>
13-
<p>Falls keine automatische Weiterleitung erfolgt, <a href='web/index.php'>bitte dem Link folgen</a></p>
13+
<p>Falls keine automatische Weiterleitung erfolgt, <a href='/openWB/web/'>bitte dem Link folgen</a></p>
1414
</body>
1515
</html>

0 commit comments

Comments
 (0)