From: Rich Bowen Date: Thu, 14 Dec 2017 19:36:28 +0000 (+0000) Subject: add trailing slash to end of URL X-Git-Tag: 2.4.30~224 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6da7cc84861d56ede2c0d10c4837195a3ab787ad;p=apache add trailing slash to end of URL git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1818200 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_substitute.xml b/docs/manual/mod/mod_substitute.xml index f2dcf292c1..b8535a94df 100644 --- a/docs/manual/mod/mod_substitute.xml +++ b/docs/manual/mod/mod_substitute.xml @@ -117,7 +117,7 @@ Rewriting URLs embedded in proxied content -ProxyPass "/blog/" "http://internal.blog.example.com" +ProxyPass "/blog/" "http://internal.blog.example.com/" ProxyPassReverse "/blog/" "http://internal.blog.example.com/" Substitute "s|http://internal.blog.example.com/|http://www.example.com/blog/|i"