Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE » RADICORE Installation Issues » Problem with IIS
Problem with IIS [message #1194] Mon, 17 December 2007 12:18 Go to previous message
theos is currently offline  theos
Messages: 3
Registered: December 2007
Junior Member
First, i'm sorry my bad english.

In radicore v1.18.0 released:
fixed bug in the logon screen when run with Microsoft IIS which caused it to use HTTPS even when an HTTPS server had not been specified.

In my case, v1.18 and v1.31, the logon screen not applied css, and the next screen link to https.

My solution:
..../includes/config.inc
$_SERVER['HTTPS']="";

The reason:
In ..../includes/include.xml.php5.inc
if (!empty($_SERVER['HTTPS']))
It was always true

In manual php:
$_SERVER['HTTPS']
Set to a non-empty value if the script was queried through the HTTPS protocol.
Note that when using ISAPI with IIS, the value will be off if the request was not made through the HTTPS protocol.

Is there another solution?


Thanks and congratulation for this great work.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: pg_connect parameter order?
Next Topic: unable to logon
Goto Forum:
  


Current Time: Thu May 16 17:17:49 EDT 2024

Total time taken to generate the page: 0.01045 seconds