Date: Thu, 2 Oct 2003 10:50:49 -0400 From: Marc Ramirez <marc.ramirez@bluecirclesoft.com> To: "H. Bartel" <lists@u-rep.com> Cc: Nico Meijer <nico@zeus.piweb.nl> Subject: Re: apache & php3 question Message-ID: <20031002145049.GK60073@www.bluecirclesoft.com> In-Reply-To: <r02000200-1028-49E20DF6F4DB11D7AF4D00306583A5FE@[10.0.0.119]> References: <3F7C20DF.4040808@zeus.piweb.nl> <r02000200-1028-49E20DF6F4DB11D7AF4D00306583A5FE@[10.0.0.119]>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Oct 02, 2003 at 03:21:09PM +0200, H. Bartel wrote: > On 10/02/2003 02:58 PM nico@zeus.piweb.nl (Nico Meijer) wrote: > > >Change: > > > > > AddType application/x-httpd-php .php > > > >To: > > > > > AddType application/x-httpd-php .php .php3 > > > >And you should be dandy again... Nico > > This looks like it does make a lot of sense. After changing and restarting apache, it only works partially. Most pages get parsed, but for some reason, my index.php3 gets downloaded when called from the browser. 1) Make sure it's not in browser/squid cache. 2) In your httpd.conf, you'll probably need to add index.php3 to your DirectoryIndex directive, if you haven't already. DirectoryIndex index.html index.html.var index.php index.php3 Marc. -- Marc Ramirez Blue Circle Software Corporation 513-688-1070 (main) 513-382-1270 (direct) http://www.bluecirclesoft.com http://www.mrami.com (personal)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031002145049.GK60073>