anujgarg Posted December 14, 2009 Share Posted December 14, 2009 Hi, Is there any specific method/condition to move an http:// page to https:// ? Anuj Quote Link to comment https://forums.phpfreaks.com/topic/185080-http-to-https/ Share on other sites More sharing options...
Daniel0 Posted December 14, 2009 Share Posted December 14, 2009 Setup a certificate with your webserver and then change your links and possibly rewrite http to https using e.g. mod_rewrite for Apache. Quote Link to comment https://forums.phpfreaks.com/topic/185080-http-to-https/#findComment-976981 Share on other sites More sharing options...
emopoops Posted December 14, 2009 Share Posted December 14, 2009 i thot if u had a ssl it just automatically added the s Quote Link to comment https://forums.phpfreaks.com/topic/185080-http-to-https/#findComment-977007 Share on other sites More sharing options...
anujgarg Posted December 14, 2009 Author Share Posted December 14, 2009 thanks for the replies... it means all I need to do is to setup a ssl certificate before moving to https:// Quote Link to comment https://forums.phpfreaks.com/topic/185080-http-to-https/#findComment-977036 Share on other sites More sharing options...
c-o-d-e Posted December 14, 2009 Share Posted December 14, 2009 HTTP = Hypertext Transfer Protocol Having HTTPS, means that it'll be secure. This is a further security feature which should you'll get by getting an SSL certificate from your webserver, and then changing the links to HTTPS and possibly setting HTTP to HTTPS using mod_rewrite. Quote Link to comment https://forums.phpfreaks.com/topic/185080-http-to-https/#findComment-977040 Share on other sites More sharing options...
Daniel0 Posted December 14, 2009 Share Posted December 14, 2009 [...] by getting an SSL certificate from your webserver, and then changing the links to HTTPS and possibly setting HTTP to HTTPS using mod_rewrite. Isn't that exactly what I just said? Quote Link to comment https://forums.phpfreaks.com/topic/185080-http-to-https/#findComment-977069 Share on other sites More sharing options...
c-o-d-e Posted December 14, 2009 Share Posted December 14, 2009 Yeah.. it was pretty much. Sorry. Quote Link to comment https://forums.phpfreaks.com/topic/185080-http-to-https/#findComment-977130 Share on other sites More sharing options...
emopoops Posted December 15, 2009 Share Posted December 15, 2009 i thot that when u get a ssl, it automatically changes every url in the browser to read https i thot that wehn i get an ssl, and all ur pages begin with https that u can still go to the page by entering http so u donthvae to change ur links on all ur pages(scripts) Quote Link to comment https://forums.phpfreaks.com/topic/185080-http-to-https/#findComment-977523 Share on other sites More sharing options...
c-o-d-e Posted December 26, 2009 Share Posted December 26, 2009 No. Though some webhosts would be kind enough to help change it for you, but it isn't done automatically. Quote Link to comment https://forums.phpfreaks.com/topic/185080-http-to-https/#findComment-984280 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.