Search found 1 match

by macaco_5
Fri Dec 13, 2002 10:25 am
Forum: General Discussion
Topic: Configure php4 on apache over windows 2k
Replies: 2
Views: 2364

Configure php4 on apache over windows 2k

Hi all!

The firts, i'm beginner.
I have installed php4 with apache, but i have one doubt:
- If i execute http//localhost/script.php, Apache execute the php code but if the extension file is .html it doesn't, Why??? What is the difference???

example:
script.php
<?php
phpinfo();
?>