My apache server can'nt run the .php files,but .xml and .html run well.why ? thank you ! (apache version 2.045,php version4.3.1 os windows 2000)
can u be more specific with your problem? Error that occur etc.
make sure your apache is configured properly, have you check the AddType field etc?
Add this line to your httpd.conf: AddType application/x-httpd-php .php
This adds .php to the parse list for PHP.