]> granicus.if.org Git - apache/commitdiff
example.com, rather than exampe.com
authorRich Bowen <rbowen@apache.org>
Wed, 13 Aug 2008 01:04:12 +0000 (01:04 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 13 Aug 2008 01:04:12 +0000 (01:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@685404 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/rewrite_guide.html.en
docs/manual/rewrite/rewrite_guide.xml

index bcdb835514654018458e04e1aaec03405ba92258..ae36b5352ae7f22d999cc6cfc27173280fcb3b5c 100644 (file)
@@ -127,7 +127,7 @@ RewriteRule ^/(.*)         http://www.example.com:%{SERVER_PORT}/$1 [L,R]
 <div class="example"><pre>
 RewriteCond %{HTTP_HOST}   !^www\.example\.com [NC]
 RewriteCond %{HTTP_HOST}   !^$
-RewriteRule ^/(.*)         http://www.exampe.com/$1 [L,R]
+RewriteRule ^/(.*)         http://www.example.com/$1 [L,R]
 </pre></div>
         </dd>
       </dl>
index 7bf03fda1f697b975478d7c9d967fb23771b7f18..898a99cb586168290c5948f576252aa6ec09f3a7 100644 (file)
@@ -116,7 +116,7 @@ RewriteRule ^/(.*)         http://www.example.com:%{SERVER_PORT}/$1 [L,R]
 <example><pre>
 RewriteCond %{HTTP_HOST}   !^www\.example\.com [NC]
 RewriteCond %{HTTP_HOST}   !^$
-RewriteRule ^/(.*)         http://www.exampe.com/$1 [L,R]
+RewriteRule ^/(.*)         http://www.example.com/$1 [L,R]
 </pre></example>
         </dd>
       </dl>