[gimp-web/oscp] docs.gimp.org: redirect /2.10/en_US/ to /2.10/en/



commit 431a0c738a8fe018c819896e4a9950751f00a5b2
Author: Jacob Boerema <jgboerema gmail com>
Date:   Tue Aug 9 17:53:10 2022 -0400

    docs.gimp.org: redirect /2.10/en_US/ to /2.10/en/
    
    The en English manual is the US English manual. Apparently in the past
    we had a separate en_US folder which is now not being updated.
    
    Let's just redirect this to the /en/ folder.

 docs.gimp.org/httpd/app_data/httpd-cfg/docs.gimp.org.conf | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/docs.gimp.org/httpd/app_data/httpd-cfg/docs.gimp.org.conf 
b/docs.gimp.org/httpd/app_data/httpd-cfg/docs.gimp.org.conf
index cdf08e37..b04148ad 100644
--- a/docs.gimp.org/httpd/app_data/httpd-cfg/docs.gimp.org.conf
+++ b/docs.gimp.org/httpd/app_data/httpd-cfg/docs.gimp.org.conf
@@ -23,6 +23,8 @@
     # Prevent browsers from incorrectly detecting non-scripts as scripts
     Header always set X-Content-Type-Options "nosniff"
 
+    RedirectPermanent    /2.10/en_US/            /2.10/en/
+
 </VirtualHost>
 
 <Location />


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