You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2023/04/25 08:43:04 UTC

svn commit: r1909395 - /httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en.utf8

Author: minfrin
Date: Tue Apr 25 08:43:04 2023
New Revision: 1909395

URL: http://svn.apache.org/viewvc?rev=1909395&view=rev
Log:
Rebuild docs.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en.utf8

Modified: httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en.utf8?rev=1909395&r1=1909394&r2=1909395&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en.utf8 [utf-8] Tue Apr 25 08:43:04 2023
@@ -365,8 +365,8 @@ AliasMatch "^/myapp" "/opt/myapp-1.2.3"
                   such as "/index.html".  This notably excludes the
                   query string which is available as its own variable
                   named <code>QUERY_STRING</code>. The value returned for
-                  both <code>REQUEST_URI</code> and <code>QUERY_STRING</code>
-                  has already been %-decoded, to re-encoded it pass it through
+                  both <code>REQUEST_URI</code> 
+                  has already been %-decoded, to re-encode it pass it through
                   the "escape" <a href="#mapfunc">mapping-function</a>.
                   </dd>