ilikephp Posted January 19, 2011 Share Posted January 19, 2011 Hi, I have a specific php form in my website: example: www.website.com/form/ I want it to open in https://www.website.com/form/ it is working fine The problem is how can I force it to always open the form folder (index.php) in https Because if somebody removes the S in https:// the site will open normally. Thank you, Quote Link to comment https://forums.phpfreaks.com/topic/224967-ssl-certificate/ Share on other sites More sharing options...
Muddy_Funster Posted January 19, 2011 Share Posted January 19, 2011 Only way I know of is to close off folder access through port 80 on the webserver and only maintain access through port 443. There are probably other methods however Quote Link to comment https://forums.phpfreaks.com/topic/224967-ssl-certificate/#findComment-1161934 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.