| ||||||||||||
![]() |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
(#1)
|
| New Member Posts: 1 Join Date: Oct 2007 Location: USA - Falls Church, VA | Forcing my eSupport guest to use HTTPS -
06-10-2007, 06:30 PM
I didn't have much luck finding good advice to force my eSupport users to a secure HTTPS path. (If this feature is built in to the product, I missed it!) So I experimented with about four different ways to make the website handel this automaticlly. The best method I have found is the following. Edit the index.php file in the root of the eSupport website. Add the following just below the Kayako Copyright: /** * ############################################### * Custom Addition - Check for Secure port * ############################################### */ if($_SERVER['SERVER_PORT'] == '443') { //echo "Secure Connection"; } else { //echo "Connection Not Secure"; // Change to the URL you want to redirect to $URL=https://support.myexampledomain.com/; header ("Location: $URL"); } //End Example This was the easiest option that I found after trying different tricks in IIS. |
| | |
(#2)
|
| Senior Member Posts: 5,712 Join Date: Jun 2005 Location: Cumbria, UK |
06-10-2007, 06:39 PM
Thanks for sharing that with the community! Icon Headquarters - Its Elixir - Web2Messenger |
| | |
![]() |
| Tags |
| esupport, forcing, guest, https |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| eSupport v2.2 Stable Released | Varun Shoor | News and Announcements | 3 | 24-06-2004 12:39 AM |
| eSupport v2.2 RC2 Released | Varun Shoor | Technical Chat | 1 | 11-06-2004 11:24 PM |