-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Brian Street wrote:

> but I don't think I have things configured properly because when I go to
> http://82.165.180.103:443/src/configtest.php I just get the script. I
<SNIP>
> displayed the SquirrelMail login screen, but again all I get is the script
<SNIP>

PHP is not configured properly on your server, and Apache does not
realize it has to parse .php files through PHP.  I don't use apache2,
but in apache 1.whatever you want to add lines similar to this to your
apache config:

AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps

Make sure you enabled the PHP module, and that you restart apache after
making changes.  While you're at it, you should also look for the
DirectoryIndex directive, and make sure index.php is in the list.

DirectoryIndex index.html index.php

Good luck.


- --
Chris Hilts
[EMAIL PROTECTED]
Say it with flowers -- Send them a triffid!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (MingW32)

iD8DBQFDzou+98ixrK2vMtARApH6AJ9Ewv3/ON8M9OKmcG4aSMWAeebf3ACfeUJr
ONVs8Dv/XS9AYItjmldSRmk=
=apbu
-----END PGP SIGNATURE-----


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
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