<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Am 22.12.2017 um 13:52 schrieb
      Sebastian:<br>
    </div>
    <blockquote type="cite"
      cite="mid:d70a9836-f909-04f2-5c41-a2076ced3815@sebix.at">
      <blockquote type="cite" style="color: #000000;">
        <pre wrap="">I remember having problems with just doing a "Redirect permanent ...".
I needed to configure Apache like this:
[...]
to allow redirection to https for every URI. I currently can't
remember what went wrong causing me to solve it this way.
</pre>
      </blockquote>
      <pre wrap="">But it would be interesting <span class="moz-smiley-s3" title=";)"><span>;)</span></span>
</pre>
    </blockquote>
    <p>Well, checked that again. Reason was that I am lazy. Configuring
      rewrite of all URLs in one config from http to https was easier
      than adding a permanent redirect for every URL on my server. As I
      understood the possibility of Redirect/RedirectMatch this does not
      support all URLs, only the one defined in ServerName.</p>
    Sorry for that noise.
    <p>Regards<br>
      Torge<br>
    </p>
  </body>
</html>