]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
rebuild
authorRich Bowen <rbowen@apache.org>
Thu, 28 May 2026 00:11:00 +0000 (00:11 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 28 May 2026 00:11:00 +0000 (00:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1934700 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/remapping.html.en
docs/manual/rewrite/remapping.xml.fr

index 8da01950a98d1061a4406231ff33dbbd4bbf4569..9d32186defa6b53f763856731f717eda972b5f04 100644 (file)
@@ -228,7 +228,7 @@ RewriteRule "^(.*)" "https://%{SERVER_NAME}$1" [R=301,L]</pre>
     &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;</pre>
 
 
index 2405a0ccebeaeb4ed5499283ca14891de306be2a..c65fd7f585bbdc3e65f5f0d4b81ecdca1a6877a0 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1933072:1934664 (outdated) -->
+<!-- English Revision: 1933072:1934698 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->