On Sat, Mar 22, 2008 at 2:55 PM, Bruno Friedmann <[EMAIL PROTECTED]> wrote: > The other simple way if you have apache is telling the virtual host > <Virtualhost *:80> > servername machin > > redirect / https://machin > </Virtualhost> > "Et voilĂ !" > Every resquest on http is carefully redirected on https.
+1 Don't hack this in PHP. If you don't have access to the virtualhost, do it with mod_rewrite. Till
