Using the latest build of php4 and apache I get allways the source of a *.php file displayed.
How can I tell apache to run php if the extension is .php and not returning the source?
thanks in advanced
Lutz
here is my configuration
php.ini
short_open_tag = On
httpd.conf
LoadModule php4_module modules/php4apache.dll
AddType application/x-httpd-php .php