mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
Fix incorrect example. (Missing slash)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1084728 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -68,7 +68,7 @@ ProxyPassReverse /products/widget/ http://product.example.com/widget/
|
||||
<div class="example"><p><code>
|
||||
RewriteCond %{REQUEST_FILENAME} <strong>!-f</strong><br />
|
||||
RewriteCond %{REQUEST_FILENAME} <strong>!-d</strong><br />
|
||||
RewriteRule ^/(.*) http://<strong>old</strong>.example.com$1 [<strong>P</strong>]<br />
|
||||
RewriteRule ^/(.*) http://<strong>old</strong>.example.com/$1 [<strong>P</strong>]<br />
|
||||
ProxyPassReverse / http://old.example.com/
|
||||
</code></p></div>
|
||||
</dd>
|
||||
|
@ -80,7 +80,7 @@ ProxyPassReverse /products/widget/ http://product.example.com/widget/
|
||||
<example>
|
||||
RewriteCond %{REQUEST_FILENAME} <strong>!-f</strong><br />
|
||||
RewriteCond %{REQUEST_FILENAME} <strong>!-d</strong><br />
|
||||
RewriteRule ^/(.*) http://<strong>old</strong>.example.com$1 [<strong>P</strong>]<br />
|
||||
RewriteRule ^/(.*) http://<strong>old</strong>.example.com/$1 [<strong>P</strong>]<br />
|
||||
ProxyPassReverse / http://old.example.com/
|
||||
</example>
|
||||
</dd>
|
||||
|
Reference in New Issue
Block a user