On Thu, Jun 05, 2025 at 08:46:25PM +0000, Joseph Myers wrote:
> On Thu, 5 Jun 2025, Marek Polacek wrote:
> 
> > Also adjust redirects.
> 
> I don't see the .htaccess updates here, the existing redirects should be 
> updated and a new one for /c99status.html added.

Like so?

-- >8 --
---
 htdocs/.htaccess | 27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)

diff --git a/htdocs/.htaccess b/htdocs/.htaccess
index 18997d63..2e2489c9 100644
--- a/htdocs/.htaccess
+++ b/htdocs/.htaccess
@@ -20,18 +20,18 @@ Redirect permanent /gcc-3.1/testing-lapack.html     
https://gcc.gnu.org/testing/test
 Redirect permanent /gcc-3.1/testing-pooma.html 
https://gcc.gnu.org/testing/testing-pooma.html
 Redirect permanent /gcc-3.1/testing-qt.html    
https://gcc.gnu.org/testing/testing-qt.html
 
-Redirect permanent /gcc-3.0/c99status.html     
https://gcc.gnu.org/c99status.html
-Redirect permanent /gcc-3.1/c99status.html     
https://gcc.gnu.org/c99status.html
-Redirect permanent /gcc-3.3/c99status.html     
https://gcc.gnu.org/c99status.html
-Redirect permanent /gcc-3.4/c99status.html     
https://gcc.gnu.org/c99status.html
-Redirect permanent /gcc-4.0/c99status.html     
https://gcc.gnu.org/c99status.html
-Redirect permanent /gcc-4.1/c99status.html     
https://gcc.gnu.org/c99status.html
-Redirect permanent /gcc-4.2/c99status.html     
https://gcc.gnu.org/c99status.html
-Redirect permanent /gcc-4.3/c99status.html     
https://gcc.gnu.org/c99status.html
-Redirect permanent /gcc-4.4/c99status.html     
https://gcc.gnu.org/c99status.html
-Redirect permanent /gcc-4.5/c99status.html     
https://gcc.gnu.org/c99status.html
-Redirect permanent /gcc-4.6/c99status.html     
https://gcc.gnu.org/c99status.html
-Redirect permanent /gcc-4.7/c99status.html     
https://gcc.gnu.org/c99status.html
+Redirect permanent /gcc-3.0/c99status.html     
https://gcc.gnu.org/projects/c-status.html
+Redirect permanent /gcc-3.1/c99status.html     
https://gcc.gnu.org/projects/c-status.html
+Redirect permanent /gcc-3.3/c99status.html     
https://gcc.gnu.org/projects/c-status.html
+Redirect permanent /gcc-3.4/c99status.html     
https://gcc.gnu.org/projects/c-status.html
+Redirect permanent /gcc-4.0/c99status.html     
https://gcc.gnu.org/projects/c-status.html
+Redirect permanent /gcc-4.1/c99status.html     
https://gcc.gnu.org/projects/c-status.html
+Redirect permanent /gcc-4.2/c99status.html     
https://gcc.gnu.org/projects/c-status.html
+Redirect permanent /gcc-4.3/c99status.html     
https://gcc.gnu.org/projects/c-status.html
+Redirect permanent /gcc-4.4/c99status.html     
https://gcc.gnu.org/projects/c-status.html
+Redirect permanent /gcc-4.5/c99status.html     
https://gcc.gnu.org/projects/c-status.html
+Redirect permanent /gcc-4.6/c99status.html     
https://gcc.gnu.org/projects/c-status.html
+Redirect permanent /gcc-4.7/c99status.html     
https://gcc.gnu.org/projects/c-status.html
 
 Redirect permanent /libstdc++/                 https://gcc.gnu.org/
 Redirect permanent /libstdc++/mail.html                
https://gcc.gnu.org/lists.html
@@ -57,7 +57,7 @@ Redirect permanent /java/status.html          
https://gcc.gnu.org/
 Redirect permanent /java/                      https://gcc.gnu.org/
 
 Redirect permanent /bugs.html                  https://gcc.gnu.org/bugs/
-Redirect permanent /c9xstatus.html             
https://gcc.gnu.org/c99status.html
+Redirect permanent /c9xstatus.html             
https://gcc.gnu.org/projects/c-status.html
 Redirect permanent /cvswrite.html              
https://gcc.gnu.org/gitwrite.html
 Redirect permanent /gnats.html                 https://gcc.gnu.org/bugs/
 Redirect permanent /jenkins                    http://3.14.90.209:8080
@@ -73,6 +73,7 @@ Redirect permanent /svnwrite.html             
https://gcc.gnu.org/gitwrite.html
 Redirect permanent /thanks.html                        
https://gcc.gnu.org/onlinedocs/gcc/Contributors.html
 Redirect permanent /timeline.html              
https://gcc.gnu.org/releases.html#timeline
 Redirect permanent /web.html                   https://gcc.gnu.org/about.html
+Redirect permanent /c99status.html             
https://gcc.gnu.org/projects/c-status.html
 
 Redirect           /onlinedocs/ld              
http://sourceware.org/binutils/docs-2.27/ld
 Redirect           /onlinedocs/libc            
https://www.gnu.org/software/libc/manual/html_node/
-- 
2.49.0

Reply via email to