Hello all,

I'm trying to get squirrelmail-1.4.0 to work on the server at work here,
and have run in to some sort of snag.

The web server is xitami running on linux.  The problem is that in several
files, such as /index.php, there is a call to header() that is not quite
right.  For example, /index.php says:

header("Location: src/login.php\n\n");

...but it should really say:

header("Location: <absolute URI>/src/login.php\n\n");




This prevents me from using squirrelmail on xitami, because xitami expects
an absolute URI and returns a 404 error here as a result.  Fixing this
particular one only gets me one page farther, then the same thing happens.



I see that this issue was noted on 15 Mar 2000:

http://www.geocrawler.com/archives/3/600/2000/3/50/3449813/

and I was just wondering if any changes have been made to address the
problem.


Thanks,
--
Elliott



-------------------------------------------------------
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