seco Posted March 29, 2008 Share Posted March 29, 2008 Hi i have completed php page and i want to enforce https protocol to this page how? thanks in advance. Link to comment https://forums.phpfreaks.com/topic/98512-how-to-enforce-https-to-already-php-page/ Share on other sites More sharing options...
BlueSkyIS Posted March 29, 2008 Share Posted March 29, 2008 no PHP necessary for this. do it the same as if it were a plain HTML page. assuming you have already installed an SSL certificate for your domain, use apache configuration to force HTTPS on that page. Link to comment https://forums.phpfreaks.com/topic/98512-how-to-enforce-https-to-already-php-page/#findComment-504129 Share on other sites More sharing options...
mkoga Posted March 29, 2008 Share Posted March 29, 2008 Make sure that all your images, css, and javascript files are being loading in with a https as well. If not, you will get a message saying that your page is not totally secured. Link to comment https://forums.phpfreaks.com/topic/98512-how-to-enforce-https-to-already-php-page/#findComment-504138 Share on other sites More sharing options...
seco Posted March 30, 2008 Author Share Posted March 30, 2008 sorry how to use apache configuration to force HTTPS on a page? Link to comment https://forums.phpfreaks.com/topic/98512-how-to-enforce-https-to-already-php-page/#findComment-504455 Share on other sites More sharing options...
MadTechie Posted March 30, 2008 Share Posted March 30, 2008 http://www.informit.com/articles/article.aspx?p=30115&seqNum=5 Link to comment https://forums.phpfreaks.com/topic/98512-how-to-enforce-https-to-already-php-page/#findComment-504460 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.