Configure php4 on apache over windows 2k
Posted: Fri Dec 13, 2002 10:25 am
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();
?>
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();
?>