RE: Php3 Problems

2002-06-09 Thread Steve Barr
Nik, > > AddType application/x-httpd-php .php .php3 .php4 > > AddType application/x-httpd-php-source .phps You have just these two lines in you Apache config for PHP? In your first post, you show conflicting entries. There should only be one "AddType application/x-httpd-php" line, and one "Ad

Re: Php3 Problems

2002-06-09 Thread Nik Engel
Hi Steve! > # And for PHP 4.x, use: > # > AddType application/x-httpd-php .php .php3 .php4 > AddType application/x-httpd-php-source .phps DoesnŽt help me at all. Unfortunatly i tried all reasonable combinations. But when i try to open a php3 page my browser always tries to download the file... Wh

RE: Php3 Problems

2002-06-09 Thread Steve Barr
> I have apache 1.3 running with php4 on debian woody. > Unfortunatly my webserver cannot parse any php3 files. > When i want to open files with this ending i get an unknown mime typ. > i have added all mime types, as far as i am concerned: > > > AddType application/x-httpd-php .php > A

Php3 Problems

2002-06-09 Thread Nik Engel
Hi ! I have apache 1.3 running with php4 on debian woody. Unfortunatly my webserver cannot parse any php3 files. When i want to open files with this ending i get an unknown mime typ. i have added all mime types, as far as i am concerned: AddType application/x-httpd-php .php AddType app