[gimp-web/oscp] Land a rewrite rule for gimp.net



commit df0c758217a036dfdf6ce1f141d2a2e9fef7764e
Author: Andrea Veri <averi redhat com>
Date:   Fri Apr 3 16:59:51 2020 +0200

    Land a rewrite rule for gimp.net

 www.gimp.org/app_data/httpd-cfg/www.gimp.org.conf | 7 +++++++
 1 file changed, 7 insertions(+)
---
diff --git a/www.gimp.org/app_data/httpd-cfg/www.gimp.org.conf 
b/www.gimp.org/app_data/httpd-cfg/www.gimp.org.conf
index d6eeb679..a8afb08d 100644
--- a/www.gimp.org/app_data/httpd-cfg/www.gimp.org.conf
+++ b/www.gimp.org/app_data/httpd-cfg/www.gimp.org.conf
@@ -1,3 +1,10 @@
+<VirtualHost *:8080>
+    ServerName gimp.net
+    ServerAlias www.gimp.net
+
+    RedirectMatch 301 ^/(.*)$ https://www.gimp.org/
+</VirtualHost>
+
 <VirtualHost *:8080>
     ServerName gimp.org
     ServerAlias www.gimp.org


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