[gimp-web/oscp] redirects_httpd: try again to fix the catchall redirect.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/oscp] redirects_httpd: try again to fix the catchall redirect.
- Date: Wed, 21 Sep 2022 20:11:02 +0000 (UTC)
commit 6095436e2d7f279bbc9b1e0a0db01e7eace8c486
Author: Jehan <jehan girinstud io>
Date: Wed Sep 21 22:09:53 2022 +0200
redirects_httpd: try again to fix the catchall redirect.
The previous commit was still not right and was still adding the path to the new
URL. Hopefully this one is right.
redirects_httpd/app_data/httpd-cfg/wiki.gimp.org.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/redirects_httpd/app_data/httpd-cfg/wiki.gimp.org.conf
b/redirects_httpd/app_data/httpd-cfg/wiki.gimp.org.conf
index bec40fc4..f0d295ba 100644
--- a/redirects_httpd/app_data/httpd-cfg/wiki.gimp.org.conf
+++ b/redirects_httpd/app_data/httpd-cfg/wiki.gimp.org.conf
@@ -2,5 +2,5 @@
ServerName wiki.gimp.org
RewriteEngine On
- RedirectMatch permanent ".*" https://developer.gimp.org/
+ RedirectMatch permanent "^(.*)$" https://developer.gimp.org/
</VirtualHost>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]