webhost 4 less Posted November 11, 2009 Share Posted November 11, 2009 Hello All, I have made a custom page but I need to have this page as HTTPS can anyone help with a code that will make the custom page show as HTTPS like the way it does when you say go to the cart or log in page. Regards Jim 0 Quote Link to comment Share on other sites More sharing options...
thehost5968 Posted November 12, 2009 Share Posted November 12, 2009 you would do it from the link used to get to the page. 0 Quote Link to comment Share on other sites More sharing options...
webhost 4 less Posted November 12, 2009 Author Share Posted November 12, 2009 Yes but that does not put the padlock in the address bar like the other SSL pages 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted November 12, 2009 Share Posted November 12, 2009 Add this into the php file of your custom page if ($_SESSION["uid"]) { } else { $goto = 'YOUR_CUSTOM_PAGE_NAME'; include 'login.php'; } 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.