how can we redirect “http://www.example.com” to “https://www.example.com” when any user types “http://www.example.com” in cakePHP ?
how can we redirect http://www.example.com to https://www.example.com when any user types http://www.example.com in cakePHP
Share
You can use a .htacces file to do it before loading any php. Then the servers doesn’t need to load the PHP scripts