Posted by -Lost on 10/10/06 11:50
"Oak Hall" <oak@scenicmls.com> wrote in message news:pwVkg.3643$oa1.2279@news02.roc.ny...
> 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
I am not entirely sure how it would work with mod_rewrite. I will assume that it must
work in the same fashion and that means that either the values must be passed along (as in
GET) or stored (as in Sessions, Database, flat-file et cetera).
-Lost
Navigation:
[Reply to this message]
|