Date: Thu, 21 Sep 2006 22:37:44 +0000 (UTC) From: justin <justins@justnosweat.net> To: freebsd-questions@freebsd.org Subject: squirrelmail Message-ID: <20060921222701.D63174@justnosweat.net>
next in thread | raw e-mail | index | archive | help
I`ve got a problem with squirrelmail when i try to reach it through my browser i get the index.php with the following message: /** * index.php * * Redirects to the login page. * * @copyright © 1999-2006 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id: index.php,v 1.14.2.7 2006/02/03 22:27:46 jervfors Exp $ * @package squirrelmail */ // Are we configured yet? if( ! file_exists ( 'config/config.php' ) ) { echo '<html><body><p><strong>ERROR:</strong> Config file ' . '"<tt>config/config.php</tt>" not found. You need to ' . 'configure SquirrelMail before you can use it.</p></body></html>'; exit; } // If we are, go ahead to the login page. header('Location: src/login.php'); Looks like as if my php5 module isn`t funtioning well. It is installed well though. I have got the library libphp5.so in the libexec section and got my apache module: LoadModule php5_module libexec/apache2/libphp5.so So my questions is why the squirrelmail interface isnt executeted. Thansk in advance, Justin.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060921222701.D63174>