<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-signature">In my new, OpenCms 9.5.0 based site, it
      happened that I had to change the central index.htm, which had a
      template attached to, containing the following code:<br>
      <br>
      <small><font face="Courier New, Courier, monospace"><%@page
          import="org.opencms.jsp.*,org.opencms.file.*,java.util.*"
          %><br>
          <%<br>
          CmsJspActionElement cms = new CmsJspActionElement(pageContext,
          request, response);<br>
          <br>
          String serverName = request.getServerName();<br>
          <br>
          if (serverName.indexOf(".com") != -1) {<br>
               response.sendRedirect(cms.link("/en/"));<br>
          } else {<br>
               response.sendRedirect(cms.link("/de/"));<br>
          }<br>
          %><br>
        </font></small><br>
      to take into account that our site had a .de and a .com ending.
      Now the index.html is actually<br>
      of type "jsp", but named index.html.<br>
      <br>
      Unfortunately my colleagues in the office had hard wired links on
      their desktops<br>
      containing the URL <a class="moz-txt-link-freetext" href="http://oursite.de/index.htm">http://oursite.de/index.htm</a><br>
      <br>
      So what can I do now? I'm missing the "Create sibling" in the Add
      wizard under 9.5.0. Am I just blind?<br>
      <br>
      -- <br>
      Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de
    </div>
  </body>
</html>