Re: redirect http to https

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, April 9, 2007 8:38 am, Martin Marques wrote:
> Ben Liu escribió:
>> What's the prescribed method for redirecting a user forcibly to from
>> the
>> non-SSL secured version of a page to the SSL-secured version? Is
>> this
>> handled at the web server level or at the script level. I found this
>> by
>> googling:
>
> This should be done with the rewrite instruction of apache, or what
> ever
> instructionyour web server has.

Assume, for the sake of argument, that you have no access to
mod_rewrite, httpd.conf, nor even .htaccess

>> <?php
>> if($_SERVER['SERVER_PORT'] !== $encport || $_SERVER['HTTPS'] !==
>> "on")
>> {header("Location:
>> https://".$_SERVER['SERVER_NAME'].$_SERVER['SCRIPT_NAME']);exit;}
>> ?>
>
> Very bad solution.

What specifically is so bad?

-- 
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux