I'm using Apache 2.2 on windows 7 to play a little with php5 code (locally via http://localhost/).
The php is installed as apache 2.2 module.
Problem is, that php code works great (for example, <?php phpinfo(); ?> in index.php file),
and html code also works (<html><body>Hi!</body></html> in index.html), but
php script in html doesn't work (<html><body><?php phpinfo(); ?></body></html> in index.html).
What am I missing in the cofiguration file for running php script in html pages, locally?