[gimp-web/oscp] redirects_httpd: invert Redirect rules order.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/oscp] redirects_httpd: invert Redirect rules order.
- Date: Sat, 15 Oct 2022 13:17:53 +0000 (UTC)
commit d369824975d407f0e50e6542c2a45c32a0e0773a
Author: Jehan <jehan girinstud io>
Date: Sat Oct 15 14:57:26 2022 +0200
redirects_httpd: invert Redirect rules order.
Order is important as the first rule to match is used. So the rule for
Hacking:Building needs to be after Hacking:Building/* pages.
redirects_httpd/app_data/httpd-cfg/wiki.gimp.org.conf | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
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 cf66f00c..61815c44 100644
--- a/redirects_httpd/app_data/httpd-cfg/wiki.gimp.org.conf
+++ b/redirects_httpd/app_data/httpd-cfg/wiki.gimp.org.conf
@@ -9,14 +9,14 @@
RedirectMatch permanent /(wiki|index.php)/Hacking:Developer_FAQ https://developer.gimp.org/faq/
RedirectMatch permanent /(wiki|index.php)/Hacking:API_documentation
https://developer.gimp.org/resource/api/
- RedirectMatch permanent /(wiki|index.php)/Build:Basic
https://developer.gimp.org/core/setup/build/
- RedirectMatch permanent /(wiki|index.php)/Hacking:Basic_build
https://developer.gimp.org/core/setup/build/
- RedirectMatch permanent /(wiki|index.php)/Hacking:Building
https://developer.gimp.org/core/setup/build/
-
RedirectMatch permanent /(wiki|index.php)/Hacking:Building/Linux
https://developer.gimp.org/core/setup/build/linux/
RedirectMatch permanent /(wiki|index.php)/Hacking:Building/Windows
https://developer.gimp.org/core/setup/build/windows/
RedirectMatch permanent /(wiki|index.php)/Hacking:_Building/Mac_OSX
https://developer.gimp.org/core/setup/build/macos/
+ RedirectMatch permanent /(wiki|index.php)/Build:Basic
https://developer.gimp.org/core/setup/build/
+ RedirectMatch permanent /(wiki|index.php)/Hacking:Basic_build
https://developer.gimp.org/core/setup/build/
+ RedirectMatch permanent /(wiki|index.php)/Hacking:Building
https://developer.gimp.org/core/setup/build/
+
RedirectMatch permanent /(wiki|index.php)/Hacking:Patches
https://developer.gimp.org/core/submit-patch/
RedirectMatch permanent /(wiki|index.php)/Hacking:Problems_and_solutions
https://developer.gimp.org/core/setup/problems_and_solutions/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]