|
Posted by e_matthes on 06/06/07 16:35
On Jun 6, 7:53 am, 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?
>
> thanks.
I just dealt with this, and I ended up using an .htaccess file to
rewrite http or https as appropriate. Have you considered this
approach?
Navigation:
[Reply to this message]
|