From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 21:03:59 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E088416A494 for ; Thu, 21 Sep 2006 21:03:59 +0000 (UTC) (envelope-from justins@justnosweat.net) Received: from justnosweat.net (justnosweat.net [80.126.252.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id D184643D5F for ; Thu, 21 Sep 2006 21:03:58 +0000 (GMT) (envelope-from justins@justnosweat.net) Received: from justnosweat.net (localhost [127.0.0.1]) by justnosweat.net (8.13.6/8.13.7) with ESMTP id k8LN98wP063342; Thu, 21 Sep 2006 23:09:08 GMT (envelope-from justins@justnosweat.net) Received: from localhost (justins@localhost) by justnosweat.net (8.13.6/8.13.6/Submit) with ESMTP id k8LN98p0063339; Thu, 21 Sep 2006 23:09:08 GMT (envelope-from justins@justnosweat.net) Date: Thu, 21 Sep 2006 23:09:08 +0000 (UTC) From: justin To: albi In-Reply-To: <20060921224132.2e3a5c9e.albi@scii.nl> Message-ID: <20060921230838.T63174@justnosweat.net> References: <20060921222701.D63174@justnosweat.net> <20060921224132.2e3a5c9e.albi@scii.nl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on justnosweat.net Cc: freebsd-questions@freebsd.org Subject: Re: squirrelmail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 21:04:00 -0000 Ok that was the fix!!!! thanks On Thu, 21 Sep 2006, albi wrote: > On Thu, 21 Sep 2006 22:37:44 +0000 (UTC) > justin wrote: > >> I`ve got a problem with squirrelmail >> when i try to reach it through my browser i get the index.php >> with the following message: > --cut -- >> // Are we configured yet? >> if( ! file_exists ( 'config/config.php' ) ) { > -- cut -- >> So my questions is why the squirrelmail interface isnt executeted. > > did you run ./configure in /usr/local/www/squirrelmail/ ? > > and do you have in apache's config the following ? > > DirectoryIndex index.html index.html.var index.php > AddType application/x-httpd-php .php > AddType application/x-httpd-php-source .phps > > > -- > grtjs, > albi >