LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   PHP Or Imap (https://www.linuxquestions.org/questions/linux-software-2/php-or-imap-79501/)

gallet 08-06-2003 08:49 AM

PHP Or Imap
 
I installes squirrelmail and everything it seens to be ok, but whe i put www.example.com/webmail/index.php in my browser ive got this:

<?php

/**
* index.php -- Displays the main frameset
*
* Copyright (c) 1999-2003 The SquirrelMail Project Team
* Licensed under the GNU GPL. For full terms see the file COPYING.
*
* Redirects to the login page.
*
* $Id: index.php,v 1.14 2002/12/31 12:49:29 kink Exp $
*/

header("Location: src/login.php\n\n");
exit();

?>

If somebody knows how can i fix this pls. id be appreciate

predrag 08-08-2003 04:16 AM

It seems like your Apache is not configured to parse PHP. Are you able to run some other PHP scripts?


All times are GMT -5. The time now is 03:04 AM.