From: Rich Bowen Date: Fri, 17 Dec 2010 14:11:38 +0000 (+0000) Subject: Replace example URLs with example.com domain. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed0fad063f41043f58def416f101688c79c5dbc6;p=thirdparty%2Fapache%2Fhttpd.git Replace example URLs with example.com domain. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@1050394 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/htdocs/manual/mod/mod_asis.html.en b/htdocs/manual/mod/mod_asis.html.en index c71ec725c17..090cbf3b7be 100644 --- a/htdocs/manual/mod/mod_asis.html.en +++ b/htdocs/manual/mod/mod_asis.html.en @@ -64,7 +64,7 @@
Status: 301 Now where did I leave that URL
- Location: http://xyz.abc.com/foo/bar.html
+ Location: http://xyz.example.com/foo/bar.html
Content-type: text/html

<HTML>
@@ -75,7 +75,7 @@ <H1>Fred's exceptionally wonderful page has moved to
<A - HREF="http://xyz.abc.com/foo/bar.html">Joe's</A> + HREF="http://xyz.example.com/foo/bar.html">Joe's</A> site.
</H1>
</BODY>