Has anyone got SM 1.4 running on IIS 5? We have 1.27 going, with some mods to handle the session ID but I can't seem to get 1.4 up - it passes the SQMSESSID and sits there trying to load redirect.php.

tried this fix too, from this list:

There is a bug in IIS that doesn't set cookies when a redirection is done through cgi (php as thus).
(Read below for Micro$oft and php comments on this)


Solution is as follows:
Change in "redirect.php" the line which says:
***************************************
header("Location: $redirect_url");
***************************************
with
******************************************************************************
echo "<html><head>";
echo "<meta http-equiv='Refresh' content='0; url=".$redirect_url."'>";
echo "</head><body></body></html>";

IIS 5, W2K, compatibilty plugin (no others to start with), IMAP=Exchange 5.5, PHP 4.2.3

Any suggestions?

++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Dan Hinckley
t: (41 22) 999 0183
Information Management Group f: (41 22) 999 0010
IUCN, The World Conservation Union e: [EMAIL PROTECTED]
1196 Gland, Switzerland w: http://iucn.org/




-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to