Date: Thu, 15 Nov 2007 09:52:04 -0600 From: Jonathan Horne <freebsd@dfwlp.com> To: freebsd-questions@freebsd.org Subject: Re: PHP 5.2.4 FreeBSD 6.3-PRERELEASE squirrelmail-1.4.11 Message-ID: <20071115095204.6vx3b5inkog4c08s@webmail.dfwlp.org> In-Reply-To: <235b80000711150717x5dc8d3b4w3b0093c74f2bc834@mail.gmail.com> References: <235b80000711150717x5dc8d3b4w3b0093c74f2bc834@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Quoting tethys ocean <tethys.ocean@gmail.com>: > 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 © 1999-2007 The SquirrelMail Project Team > * @license http://opensource.org/licenses/gpl-license.php GNU Public Lice= nse > * @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 ' . > '"<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'); > > ?> > > **************************************************************************= **** > > > and also I cant browse configtest page and also test.php > > I wonder this trouble is in my php config? or squirrelmail config?? most likely, its a problem that you didnt update your httpd.conf. =20 take a look at /usr/ports/lang/php5/pkg-message.mod cheers, --=20 Jonathan Horne http://dfwlpiki.dfwlp.org freebsd@dfwlp.com ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071115095204.6vx3b5inkog4c08s>