I have recently upgraded my system to PHP4.
When I comment out (#) the following lines
AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php3-source .phps
and remove the # from the following lines
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
and restart apache and load my webpages via Netscape Navigator 4.07, the web pages print out in HTML instead of displaying the forms etc.
If I rename the webpages from .php3 to .php and load the webpages I get from Netscape
Unknown file type
You have started to download a file of type application/x-httpd-php
It asks me to select 1 of the following
More Info Pick App Save File Cancel
If I select More Info - netscape cannot find a Plug In to download the page.
Can anyone please help me?
Thanks
Tony