|
Posted by AlexVN on 10/10/83 11:50
Oak Hall wrote:
> I have the following in my apache2 http.conf
>
> RedirectMatch ^/z/(.*) /php/ide/data/redirect.php?lib=$1
>
> if in the 'redirect.php' file I echo the $_POSTS array it is blank, even
> though I am redirecting a form post.
>
> Any ideas? Thanks Oak
Redirect is, by definition, is performed by setting Location header and
30X status of HTTP response. User agents, such as browsers, react on
this response by performing a subsequent GET request to a new URI. So
all POST variables are not survive during redirection.
Sincerely,
Alexander
http://www.alexatnet.com/
Navigation:
[Reply to this message]
|