Hi All,
just installed apache2/php-5.0.4/mysql from source on CentOS and when trying to access a page, testphp.php with the following in it,
<?phpinfo();?>
it tries to download the file, rather than just rendering it in the browser. What have I perhaps not set up correctly.?
EDIT: .htm file renders fine, but, as soon as I rename it as a .php file, it prompts to download it..
EDIT2:ok, me dumber than dumb..a typo with application(aplication) in httpd.conf for the LoadModule line..doh!!