Corrected bug

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@61185 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Gabor Hojtsy 2001-10-30 18:41:26 +00:00
parent 38dd875b75
commit fe78b63d6c

View file

@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
<!-- $Revision: 1.28 $ -->
<!-- $Revision: 1.29 $ -->
<reference id="ref.http">
<title>HTTP functions</title>
<titleabbrev>HTTP</titleabbrev>
@ -63,7 +63,7 @@ exit; /* Make sure that code below does
<note>
<para>
HTTP 1.1 requires an absolute URI as argument to
<ulink url="&spec.http1.1;/rfc2616-sec14.html#sec14.30">Location:</ulink>
<ulink url="&spec.http1.1;-sec14.html#sec14.30">Location:</ulink>
including protocol, hostname and absolute path. Some clients
might accept relative URIs but you definetly should not rely on
it. You can usually use $HTTP_SERVER_VARS['HTTP_HOST'],