|
Re: installing php (beginners question)
I can't give you the exact fix to your problem, but what you're experiencing means Apache doesn't know to associate the PHP interpreter with the .php extention. This is a specification in the httpd.conf file, that either you're missing, or your PHP interpreter is being linked incorrectly.
|