I have just configured the PHP 5.3.8 from PHP.net and apache 2.2.20 from apachelaunge on Windows 7.
Every thing done very well.
I have tried PHP -i
from the command line and it show me all PHP infomarmation.
But when I have tried to execute the <?php phpinfo(); ?>
, then browsers shows me the same content as in php file but not the actual PHP execution result.
I have added Directory Index also like below:
<IfModule dir_module>
DirectoryIndex index.php index.html index.htm
</IfModule>
I am not getting where I am wrong.