|
Posted by R. Rajesh Jeba Anbiah on 06/06/07 16:43
On Jun 6, 8:53 pm, howa <howac...@gmail.com> wrote:
> a page currently in HTTPS, I force the client to redirect to another
> page using HTTP under the same domain (e.g. abc.com), i.e.
>
> header("Location:http://www.abc.com/index.php");
>
> IE successfully redirect to HTTP,
>
> but FF & Opera stay on the HTTPS
>
> any suggestions?
Use HTTP sniffers (say, LiveHTTPHeaders) or post the URL.
--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
[Back to original message]
|