James Lai wrote:
> I had the same problem before until I found out the problem is not httpd
> or php.conf but because the file extension was not saved with a *.php
> extension. Make sure you open a command line and verify the test file
> has a php extension.
>
If you are using Apache and you can execute .php scsripts.
You should be able to change php file extension like
AddType application/x-httpd-php .html .php .phtml
.html, .php or .pthml are treated as php script by Apache
with this example.
--
Yasuo Ohgaki
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php