Hi, I found this code in phpbuilder forum and it worked perfectly in
redirecting http:// to https:// -------------------------------- if($HTTPS != 'on') { header("Location: https://".$HTTP_HOST."/".$REQUEST_URI); --------------------------------- But i get a weird problem. http://mysite.com/ is redirected to https://mysite.com// ......... ie., with two...