|
|
| |
1. Important! Must make changes for HTTPS |
|
Reply |
|
|
 Trevor | 2011-06-08 21:31:10 |
This code needs to be updated to work when using HTTPS
To quick-fix it, Search for SERVER_NAME throughout the included files, and change https:// on those lines to http:// |
| |
2. Re: Important! Must make changes for HTTPS |
|
Reply |
|
|
 Michael Richey | 2011-09-28 16:06:21 - In reply to message 1 from Trevor |
I mitigated the issue by replacing the static http with:
".($_SERVER['HTTPS']=='on'?'https':'http')." |
|