> Everytime i try to view a php file on my server it prompts me to download
> the file then opens it up in word pad. I can view any other file just not
> php.
>
> Can anyone help me with this problem please?
Already tried to insert these lines into your httpd.conf ... ?
#if you use php3#
AddType application/x-httpd-php3 .php3
#if u use php4:#
AddType application/x-httpd-php3 .php4 .php
that should solve your problem after having restarted the webserver
good luck
chris
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php