pcs 97/12/01 06:41:15
Modified: htdocs/manual/mod mod_asis.html Log: 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 <[EMAIL PROTECTED]>, Lars Eilebrecht Revision Changes Path 1.4 +1 -1 apachen/htdocs/manual/mod/mod_asis.html Index: mod_asis.html =================================================================== RCS file: /export/home/cvs/apachen/htdocs/manual/mod/mod_asis.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- mod_asis.html 1997/06/04 16:14:15 1.3 +++ mod_asis.html 1997/12/01 14:41:14 1.4 @@ -43,7 +43,7 @@ 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>