|
Make sure nobody changed your apache config file. You should have a line like:
AddType application/x-httpd-php .php4 .php3 .phtml .php
in there somewhere, or something similar. This is how the server knows that the .php files should be processed before being served.
|