apache & php3 question

Marc Ramirez marc.ramirez at bluecirclesoft.com
Thu Oct 2 07:50:53 PDT 2003


On Thu, Oct 02, 2003 at 03:21:09PM +0200, H. Bartel wrote:
> On 10/02/2003 02:58 PM nico at 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)


More information about the freebsd-questions mailing list