svn commit: r1934697 - httpd/httpd/trunk/docs/manual/rewrite

[email protected]
Newsgroups gmane.comp.apache.cvs
Message-ID <177992694031.14675.10385281029777342444@svn03-he-fi>
Author: rbowen
Date: Thu May 28 00:09:00 2026
New Revision: 1934697

Log:
Correct regex backreference in ACME RedirectMatch bz#70084

Modified:
   httpd/httpd/trunk/docs/manual/rewrite/remapping.xml

Modified: httpd/httpd/trunk/docs/manual/rewrite/remapping.xml
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/remapping.xml	Wed May 27 21:12:34 2026	(r1934696)
+++ httpd/httpd/trunk/docs/manual/rewrite/remapping.xml	Thu May 28 00:09:00 2026	(r1934697)
@@ -221,7 +221,7 @@ RewriteRule "^(.*)" "https://%{SERVER_NA
     &lt;/Directory&gt;
 
     # Everything else goes to HTTPS
-    RedirectMatch permanent "^/(?!\.well-known/acme-challenge/)" "https://www.example.com/$0"
+    RedirectMatch permanent "^/(?!\.well-known/acme-challenge/)" "https://www.example.com/$1"
 &lt;/VirtualHost&gt;
 </highlight>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.