Hello,
I am running an apache 2.0.35 under Solaris8 on a sparc machine. I try to compile the php 4.2.0 as a DSO for the apache.
After compiling and installing the library..
and try to <?php phpinfo();?> as suggested by the documentation. The .php version works fine. However I try to access the .phps to view the source code. THe browser pop up a dialog for saving file instead of showing a coloring code.
I've already added the two line in the httpd.conf
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
Any idea to sovle it ?
Thank you very much