Jump to content

Auto redirect to a HTTPS page


farnoise

Recommended Posts

Hey Guys,

I have a question here and I'm strugling with it, what I am trying to do is redirecting the user as soon as he opens the page to a HTTPS pagefor example.

 

I have a really long URL for my email loginpage so instead of giving user long loink with port number and stuff I have this address "http://company.com/mail" and actualy under this mail directir there is a index.php with this code

 

<?php
header('Location: https://ssl.company.com/crm/webmail/this/location');
exit;
exit();
?>

 

it works great but the problem is it send the user to the NONE-Secure page (HTTP) instead of the secure... Does anyone know how can I go around this?!

 

Thanks

 

Link to comment
https://forums.phpfreaks.com/topic/246798-auto-redirect-to-a-https-page/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.