SquirrelMail : "The requested URL /src/right_main.php was not found on this server."
This happens very oddly. The sitation is that you login to webmail, then can view, edit, delet move, read everything Okie, except when after you compose, then click on "Send" button, the error came out. it first asks for https verification, then the error.
Further reading:
http://sourceforge.net/tracker/index.php?func=detail&aid=1521299&group_id=311&atid=100311
http://readlist.com/lists/lists.sourceforge.net/squirrelmail-users/0/1876.html
Seems the self-guess bu SquirelMail is wrong, as in requesting http://you.webmail.com/src/configtest.php You will see whats the requested URL.
The fix? Im not sure whether its the fix, i believe its a config thingy.
1) vi to config/config.php
2) search for "config_location_base"
3) If you notice, on line 126, theres : $domain = $_SERVER['SERVER_NAME'];
So, i have set my $config_location_base to like this:
$config_location_base = 'http://'.$domain;
then? Gao Dim!
kudos jwchai hmlee google
/alak
Further reading:
http://sourceforge.net/tracker/index.php?func=detail&aid=1521299&group_id=311&atid=100311
http://readlist.com/lists/lists.sourceforge.net/squirrelmail-users/0/1876.html
Seems the self-guess bu SquirelMail is wrong, as in requesting http://you.webmail.com/src/configtest.php You will see whats the requested URL.
The fix? Im not sure whether its the fix, i believe its a config thingy.
1) vi to config/config.php
2) search for "config_location_base"
3) If you notice, on line 126, theres : $domain = $_SERVER['SERVER_NAME'];
So, i have set my $config_location_base to like this:
$config_location_base = 'http://'.$domain;
then? Gao Dim!
kudos jwchai hmlee google
/alak
Comments
Post a Comment