Hello Anthony,
On Wednesday, December 11, 2002, Anthony Abby wrote...

> I took a peek at the down and dirty directions under the FAQ section
> on the website and outside or loading from rpm (on Mandrake 9) I've
> done everything else it says to do... but when I try to connect to
> my /webmail directory I get a page that says

> <?php

> /**
>  * index.php -- Displays the main frameset
>  *
>  * Copyright (c) 1999-2002 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.13 2002/02/19 15:05:03 philippe_mingo Exp $
>  */

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

> ?>

This to me would suggest that your PHP isn't installed correctly.  Can
you verify this by creating a .php file in your web directory (call it
test.php for example) and put:

<? phpinfo(); ?>

Save and then open it through your browser, ie:
http://localhost/test.php

> manually going to /webmail/src/login.php is even better...
> non-rendered php. What did I apparently miss here?

Really stupid question, you are loading it via http://, and not
file:// aren't you?

-- 
Jonathan Angliss
([EMAIL PROTECTED])



-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to