PHP 5.2.4 FreeBSD 6.3-PRERELEASE squirrelmail-1.4.11
Jonathan Horne
freebsd at dfwlp.com
Thu Nov 15 07:52:17 PST 2007
Quoting tethys ocean <tethys.ocean at 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 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 ' .
> '"<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.
take a look at /usr/ports/lang/php5/pkg-message.mod
cheers,
--
Jonathan Horne
http://dfwlpiki.dfwlp.org
freebsd at dfwlp.com
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
More information about the freebsd-questions
mailing list