Skip to content

Commit

Permalink
Fix PR#4720
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83537 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ralf S. Engelschall committed Jul 30, 1999
1 parent 297c11b commit a8797f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/manual/misc/howto.html
Expand Up @@ -85,8 +85,9 @@ <H2><A NAME="redirect">How to redirect an entire server or directory to a
<BLOCKQUOTE><PRE>
#!/usr/local/bin/perl

print "Status: 302 Moved Temporarily\r
Location: http://www.some.where.else.com/\r\n\r\n";
print "Status: 302 Moved Temporarily\r\n" .
"Location: http://www.some.where.else.com/\r\n" .
"\r\n";

</PRE></BLOCKQUOTE></P>

Expand Down

0 comments on commit a8797f9

Please sign in to comment.