"php script file extension parsed by apache?"
here is the copy of my commonhttpd.conf
http://www.pastebin.org/index.php?page=show&id=7748&key=q7fqgho46j
thanks
What i mean in "php script file extension" is the extension of your php file, it's ussually .php, .php3, or .phtml.
I'm not sure if your commonhttpd.conf just contain 1 line, for an example go to [url=www.google.com]www.google.com[/url] and search about commonhttpd.conf you will find some examples there.
If you are, too tired to do that, please open your original commonhttpd.conf and serch for this state:
<IfModule mod_php.c>
AddType application/x-httpd-php .phtml
and add your php file extensions after the .phtml or something, just separate them with a space.
Hope this help