|
Posted by howa on 06/06/07 16:43
On Jun 7, 12:35 am, e_matt...@hotmail.com wrote:
> 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?
you mean mod_rewrite or just apache redirect?
Navigation:
[Reply to this message]
|