From: pcs Date: Mon, 1 Dec 1997 14:41:14 +0000 (+0000) Subject: Doc contains an example of an .asis redirection which is a clear candidate X-Git-Tag: APACHE_1_3b5~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f1dd23b2d2831d60896ea1895dc62caa9d18891;p=apache Doc contains an example of an .asis redirection which is a clear candidate for 301 permanent redirect, not 302 temporary redirect. PR: 1485 Submitted by: Carl von Loesch , Lars Eilebrecht git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79662 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_asis.html b/docs/manual/mod/mod_asis.html index 85e628115e..b3a445d078 100644 --- a/docs/manual/mod/mod_asis.html +++ b/docs/manual/mod/mod_asis.html @@ -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 as is so as to tell the client that a file has redirected.
-Status: 302 Now where did I leave that URL
+Status: 301 Now where did I leave that URL
Location: http://xyz.abc.com/foo/bar.html
Content-type: text/html