[redirects-web] Fix redirect up



commit 8954c6ea7baa54e9ec8697f13db161296d91fb9b
Author: Andrea Veri <av gnome org>
Date:   Thu Jan 30 13:11:52 2020 +0000

    Fix redirect up

 app_data/httpd-cfg/gnomehispano.es.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app_data/httpd-cfg/gnomehispano.es.conf b/app_data/httpd-cfg/gnomehispano.es.conf
index cf30674..cba8106 100644
--- a/app_data/httpd-cfg/gnomehispano.es.conf
+++ b/app_data/httpd-cfg/gnomehispano.es.conf
@@ -1,5 +1,5 @@
 <VirtualHost *:8080>
    ServerName gnomehispano.es
    
-   RedirectPermanent / https://gnomehispano.org
+   RewriteRule ^(.*)$ https://www.gnomehispano.org$1
 </VirtualHost>


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