From 0f1dd23b2d2831d60896ea1895dc62caa9d18891 Mon Sep 17 00:00:00 2001 From: pcs Date: Mon, 1 Dec 1997 14:41:14 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_asis.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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

-- 2.40.0