[gimp-web/oscp] testing.gimp.org: redirect bugzilla-related pages.



commit dbf2c1d0a57320cc36210edfffc02d4fc5dba815
Author: Jehan <jehan girinstud io>
Date:   Tue Jul 19 20:04:38 2022 +0200

    testing.gimp.org: redirect bugzilla-related pages.
    
    These pages are now outdated and are going to be removed. Let's just add
    relevant redirects to avoid broken links:
    
    - /bugs/report.html was clearly written off /bugs/howtos/bugzilla.html.
    - /bugs/why_bugzilla.html is more of an orphan because we don't have an
      equivalent anymore (AFAICS), yet we probably doesn't need any. Looks
      like this text came from a time where people used to prefer to send
      emails. So let's just redirect to the same generic bug reporting page.
    
    See issue #255.

 testing.gimp.org/app_data/httpd-cfg/testing.gimp.org.conf | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/testing.gimp.org/app_data/httpd-cfg/testing.gimp.org.conf 
b/testing.gimp.org/app_data/httpd-cfg/testing.gimp.org.conf
index 79e35b06..688fc5c5 100644
--- a/testing.gimp.org/app_data/httpd-cfg/testing.gimp.org.conf
+++ b/testing.gimp.org/app_data/httpd-cfg/testing.gimp.org.conf
@@ -53,6 +53,8 @@ m; \
     RedirectPermanent    /news.rdf                      /feeds/atom.xml
     RedirectPermanent    /irc.html                      /discuss.html
     RedirectPermanent    /mail_lists.html               /discuss.html
+    RedirectPermanent    /bugs/howtos/bugzilla.html     /bugs/report.html
+    RedirectPermanent    /bugs/why_bugzilla.html        /bugs/report.html
 
     # site-specific redirects
     RedirectPermanent    /robots.txt                    /robots-testing.txt


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]