Skip to content

Commit

Permalink
Issue #1279: let index.html redirect to /otobo
Browse files Browse the repository at this point in the history
Now that there is support for the non-slash case.
  • Loading branch information
bschmalhofer committed Feb 25, 2022
1 parent 03f32a9 commit 58957c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/httpd/htdocs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta http-equiv="refresh" content="0; URL=/otobo/" />
<meta http-equiv="refresh" content="0; URL=/otobo" />
<title>OTOBO Redirect</title>
</head>
<body>
Expand Down

0 comments on commit 58957c5

Please sign in to comment.