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 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. 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 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:// 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. 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? 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. 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) 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. Link to comment https://forums.phpfreaks.com/topic/185080-http-to-https/#findComment-984280 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.