]> granicus.if.org Git - apache/commitdiff
Doc contains an example of an .asis redirection which is a clear candidate
authorpcs <pcs@unknown>
Mon, 1 Dec 1997 14:41:14 +0000 (14:41 +0000)
committerpcs <pcs@unknown>
Mon, 1 Dec 1997 14:41:14 +0000 (14:41 +0000)
for 301 permanent redirect, not 302 temporary redirect.
PR: 1485
Submitted by: Carl von Loesch <lynx@net.pages.de>, Lars Eilebrecht

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79662 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_asis.html

index 85e628115e1a7da9d28cac7e5e74b46fdedda7ae..b3a445d07837abe5f5a62733e45d69485307a2bc 100644 (file)
@@ -43,7 +43,7 @@ forget them. A Status: header is also required; the data should be the
 Here's an example of a file whose contents are sent <em>as is</em> so as to
 tell the client that a file has redirected.
 <blockquote><code>
-Status: 302 Now where did I leave that URL <br>
+Status: 301 Now where did I leave that URL <br>
 Location: http://xyz.abc.com/foo/bar.html <br>
 Content-type: text/html <br>
 <br>