svn commit: r1934700 - httpd/httpd/branches/2.4.x/docs/manual/rewrite
| Newsgroups | gmane.comp.apache.cvs |
|---|---|
| Message-ID | <177992706112.20532.17436325736192389547@svn03-he-fi> |
Author: rbowen
Date: Thu May 28 00:11:00 2026
New Revision: 1934700
Log:
rebuild
Modified:
httpd/httpd/branches/2.4.x/docs/manual/rewrite/remapping.html.en
httpd/httpd/branches/2.4.x/docs/manual/rewrite/remapping.xml.fr
Modified: httpd/httpd/branches/2.4.x/docs/manual/rewrite/remapping.html.en
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/rewrite/remapping.html.en Thu May 28 00:10:10 2026 (r1934699)
+++ httpd/httpd/branches/2.4.x/docs/manual/rewrite/remapping.html.en Thu May 28 00:11:00 2026 (r1934700)
@@ -228,7 +228,7 @@ RewriteRule "^(.*)" "https://%{SERVER_NA
</Directory>
# 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"
</VirtualHost></pre>
Modified: httpd/httpd/branches/2.4.x/docs/manual/rewrite/remapping.xml.fr
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/rewrite/remapping.xml.fr Thu May 28 00:10:10 2026 (r1934699)
+++ httpd/httpd/branches/2.4.x/docs/manual/rewrite/remapping.xml.fr Thu May 28 00:11:00 2026 (r1934700)
@@ -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 -->