On Thu, Oct 02, 2003 at 03:21:09PM +0200, H. Bartel wrote:
> On 10/02/2003 02:58 PM [EMAIL PROTECTED] (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)
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to