[redirects-web] Include / as well



commit e321673ddd67b3bb82b4bade869c2be6a12faf92
Author: Andrea Veri <averi redhat com>
Date:   Mon Apr 4 12:31:29 2022 +0200

    Include / as well

 app_data/httpd-cfg/people.gnome.org.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app_data/httpd-cfg/people.gnome.org.conf b/app_data/httpd-cfg/people.gnome.org.conf
index 7dbd417..5735075 100644
--- a/app_data/httpd-cfg/people.gnome.org.conf
+++ b/app_data/httpd-cfg/people.gnome.org.conf
@@ -3,5 +3,5 @@
 
     RewriteEngine On
     RewriteRule /~mcatanzaro/(.*).png$ https://static.gnome.org/appdata/mcatanzaro-old/$1.png [R,L]
-    RewriteRule /~ole/(.*) http://www.gnomeradio.org/$1 [R,L]
+    RewriteRule /~ole(.*) http://www.gnomeradio.org$1 [R,L]
 </VirtualHost>


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