[redirects-web] Redirect ftp.gnome.org main page to download.g.o homepage



commit d5591016ee9b62f2bdd6a0d9b053037252b0c499
Author: Andrea Veri <averi redhat com>
Date:   Tue Nov 3 15:51:15 2020 +0100

    Redirect ftp.gnome.org main page to download.g.o homepage

 app_data/httpd-cfg/ftp.gnome.org.conf | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/app_data/httpd-cfg/ftp.gnome.org.conf b/app_data/httpd-cfg/ftp.gnome.org.conf
index bd35ebb..64bb899 100644
--- a/app_data/httpd-cfg/ftp.gnome.org.conf
+++ b/app_data/httpd-cfg/ftp.gnome.org.conf
@@ -2,5 +2,6 @@
     ServerName ftp.gnome.org
 
     RewriteEngine On
+    RedirectMatch 301 "^$" https://download.gnome.org
     RedirectMatch 301 "^/pub/GNOME/(.*)$" "https://download.gnome.org/$1";
 </VirtualHost>


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