i have just finished installing php4 on a redhat 6.2 linux box.
when I try to execute my previously working php3 scripts the browser wants to save the php3 file not execute it.
what else do i have to change in the http.conf file.
<IfModule mod_php4.c>
AddType application/x-httpd-php4 .php3
AddType application/x-httpd-php4-source .phps
</IfModule>
is this not correct??
this happens with both ie and netscape.
i tried doing what another fella mentioned about script alias but that did nothing.
help!!