We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5d1bc3 commit 3ab5a23Copy full SHA for 3ab5a23
index.html
@@ -3,13 +3,13 @@
3
<head>
4
<title>Weiterleitung</title>
5
<meta charset="UTF-8">
6
- <meta http-equiv="refresh" content="1; url=web/index.php">
+ <meta http-equiv="refresh" content="1; url=/openWB/web/">
7
</head>
8
<body>
9
<script>
10
- window.location.href = "web/index.php"
+ window.location.href = "/openWB/web/"
11
</script>
12
<h1>Weiterleitung</h1>
13
- <p>Falls keine automatische Weiterleitung erfolgt, <a href='web/index.php'>bitte dem Link folgen</a></p>
+ <p>Falls keine automatische Weiterleitung erfolgt, <a href='/openWB/web/'>bitte dem Link folgen</a></p>
14
</body>
15
</html>
0 commit comments