<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 06/05/2012 02:50 PM, Karsten 'quaid' Wade wrote:<br>
    <blockquote type="cite">On 06/05/2012 10:43 AM, Robert Middleswarth
      wrote:<br>
      &gt; This change would take all of 5 min to make but would help
      for<br>
      &gt; people who just goto wiki.xxx assuming that is where the
      project<br>
      &gt; wiki will sit.<br>
      <br>
      It's a great idea. Do you or anyone else have a rewrite rule<br>
      suggestion? I'm not great at writing them by scratch. :)<br>
      <br>
      - Karsten<br>
    </blockquote>
    <span style="white-space: pre;">&gt;
      _______________________________________________<br>
      &gt; Infra mailing list<br>
      &gt; <a class="moz-txt-link-abbreviated" href="mailto:Infra@ovirt.org">Infra@ovirt.org</a><br>
      &gt; <a class="moz-txt-link-freetext" href="http://lists.ovirt.org/mailman/listinfo/infra">http://lists.ovirt.org/mailman/listinfo/infra</a></span><br>
    <br>
    RewriteCond %{HTTP_HOST} ^wiki\.ovirt\.org$ [NC]<br>
    RewriteRule ^(.*)$ <a class="moz-txt-link-freetext" href="http://www.ovirt.org/wiki/$1">http://www.ovirt.org/wiki/$1</a> [L,R=301]<br>
    <br>
    Thanks<br>
    Robert<br>
  </body>
</html>