<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:mike@sqlby.me" title="Mike Edwards <mike@sqlby.me>"> <span class="fn">Mike Edwards</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - foundation page link goes to "http://foundation.llvm.org/documents/" rather than "http://llvm.org/foundation/documents/""
   href="https://bugs.llvm.org/show_bug.cgi?id=39309">bug 39309</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>CONFIRMED
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - foundation page link goes to "http://foundation.llvm.org/documents/" rather than "http://llvm.org/foundation/documents/""
   href="https://bugs.llvm.org/show_bug.cgi?id=39309#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - foundation page link goes to "http://foundation.llvm.org/documents/" rather than "http://llvm.org/foundation/documents/""
   href="https://bugs.llvm.org/show_bug.cgi?id=39309">bug 39309</a>
              from <span class="vcard"><a class="email" href="mailto:mike@sqlby.me" title="Mike Edwards <mike@sqlby.me>"> <span class="fn">Mike Edwards</span></a>
</span></b>
        <pre>I have made the appropriate changes to the apache configs (included below) to
get the redirects to work correctly.

Currently we are going to land all of the Foundation traffic on
llvm.org/foundation.  Not sure if this will be the ultimate destination as we
seem to be moving towards sub-domains for all of the different llvm resources. 
For now though, everything lives on llvm.org under a path.

The current fix is to add these two lines to the two foundation apache2 conf
files:

Redirect temp /foundation/ <a href="https://foundation.llvm.org/">https://foundation.llvm.org/</a>
Redirect temp / <a href="https://llvm.org/foundation/">https://llvm.org/foundation/</a>

The files in question are:
/etc/apache2/sites-available/foundation.conf
/etc/apache2/sites-available/foundation-le-ssl.conf

I have verified this is working by clicking the previous 404 links below and
they now return 200's with the expected page content.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>