NEVER list more than one AddType on a line.
i.e.
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .phtml
AddType application/x-httpd-php-source .phps
This should sort it out.
Rgds,
Mark.
_
Greetings,
I won't swear to it but the issue you're having *might* be syntax related.
Secondly, you seem to be missing a reference to a vital file in your httpd.conf
file. The file I'm referring to is mod_php4.c. Following, a small portion
of the pertinent section:
-8<[snip]--
I've compiled php (dso) with apache, just fine, and have confirmed that
I have all of the needed lines in my httpd.conf. When I try to open a
test php page on the server and another computer, all i see is code. I
know httpd is correct, as it works fine for my RT/mysql installation. I
have tried ev