Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Nov 2007 17:17:18 +0200
From:      "tethys ocean" <tethys.ocean@gmail.com>
To:        "FreeBSD Questions" <questions@freebsd.org>
Subject:   PHP 5.2.4 FreeBSD 6.3-PRERELEASE squirrelmail-1.4.11
Message-ID:  <235b80000711150717x5dc8d3b4w3b0093c74f2bc834@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
I am running with my newserver on   FreeBSD 6.3-PRERELEASE  PHP 5.2.4
squirrelmail-1.4.11 now I cant configure  squirrelmail. Whenever I
write   http://my IP/webmail    I am take some *php  page that is
download..... such like content


**************************************************************************************
<?php

/**
 * index.php
 *
 * Redirects to the login page.
 *
 * @copyright &copy; 1999-2007 The SquirrelMail Project Team
 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
 * @version $Id: index.php 12127 2007-01-13 20:07:24Z kink $
 * @package squirrelmail
 */

// Are we configured yet?
if( ! file_exists ( 'config/config.php' ) ) {
    echo '<html><body><p><strong>ERROR:</strong> Config file ' .
        '&quot;<tt>config/config.php</tt>&quot; 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');

?>

******************************************************************************


and also I cant browse configtest page  and also test.php

I wonder this trouble is in my php config? or squirrelmail config??



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?235b80000711150717x5dc8d3b4w3b0093c74f2bc834>