190e8449ce
- rename the directory from webgui to Phi - let the webserver's root point to Phi instead of Docs - redirect old /gui/ url to the new location (/)
15 lines
474 B
HTML
15 lines
474 B
HTML
<!DOCTYPE HTML>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="refresh" content="10;url=/">
|
|
<script type="text/javascript">
|
|
// location.href="/";
|
|
</script>
|
|
<title>Page Redirection</title>
|
|
</head>
|
|
<body>
|
|
<a href="/">Phi</a> has moved to the browsers root directory.<br />
|
|
If you are not redirected within 10 seconds, follow this <a href='/'>link</a>.<br />
|
|
</body>
|
|
</html>
|