[llvm-bugs] [Bug 39309] foundation page link goes to "http://foundation.llvm.org/documents/" rather than "http://llvm.org/foundation/documents/"

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Jan 26 23:18:18 PST 2019


https://bugs.llvm.org/show_bug.cgi?id=39309

Mike Edwards <mike at sqlby.me> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Mike Edwards <mike at sqlby.me> ---
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/ https://foundation.llvm.org/
Redirect temp / https://llvm.org/foundation/

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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190127/a48cd8f8/attachment.html>


More information about the llvm-bugs mailing list