On Wed, 24 Sep 2014, Mike Stump wrote: > Can we have a web doc person update the name of the page > (projects/cxx1y.html -> projects/cxx14.html) and add a redirect as > necessary?
Jason merged all those projects/cxx*.html pages into cxx-status.html a year ago (ahem, yes, this fell through the cracks on my end, sorry). I'm going to add some "real" redirects, the below, which I applied now, is for projects/cxx1z.html. Gerald Index: .htaccess =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/.htaccess,v retrieving revision 1.44 diff -u -r1.44 .htaccess --- .htaccess 28 Feb 2017 07:49:22 -0000 1.44 +++ .htaccess 11 Mar 2017 15:41:33 -0000 @@ -64,6 +64,7 @@ Redirect permanent /proj-cpplib.html https://gcc.gnu.org/projects/cpplib.html Redirect permanent /proj-optimize.html https://gcc.gnu.org/projects/optimize.html Redirect permanent /projects.html https://gcc.gnu.org/projects/ +Redirect permanent /projects/cxx1z.html https://gcc.gnu.org/projects/cxx-status.html#cxx1z Redirect permanent /projects/web.html https://gcc.gnu.org/about.html Redirect permanent /reghunt-howto.html https://gcc.gnu.org/bugs/reghunt.html Redirect permanent /thanks.html https://gcc.gnu.org/onlinedocs/gcc/Contributors.html Index: projects/cxx1z.html =================================================================== RCS file: projects/cxx1z.html diff -N projects/cxx1z.html --- projects/cxx1z.html 28 Mar 2016 13:02:41 -0000 1.13 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,16 +0,0 @@ -<html> - <head> - <meta http-equiv="refresh" content="1; url=cxx-status.html#cxx1z" /> - - <script type="text/javascript"> - window.location.href = "cxx-status.html#cxx1z" - </script> - - <title>Page Redirection</title> - </head> - - <body> - This page has been incorporated into another. If you are not redirected - automatically, <a href="cxx-status.html#cxx1z">click here</a>. - </body> -</html>
