php 5 problematic with apache 2.2
Posted: Tue Jun 23, 2009 7:13 am
hello,
I have installed both php and apache 2.2 and have made suitable changes to the httpd.conf file like
#PHP5
LoadModule php5_module "C:/server/php/php5apache2_2.dll"
also configured my php.ini file,(changed my extension directory to : extension_dir = "C:/server/php/ext" )
and i gave http://www.myserver.dev in my apache installation!
and also added the php5 to my document root,but now whenever i create php scripts along with html,my php scripts are displayed as they are ,whereas my html scripts are getting executed.Anybody knows how to solve the same?
please help
thanks!
I have installed both php and apache 2.2 and have made suitable changes to the httpd.conf file like
#PHP5
LoadModule php5_module "C:/server/php/php5apache2_2.dll"
also configured my php.ini file,(changed my extension directory to : extension_dir = "C:/server/php/ext" )
and i gave http://www.myserver.dev in my apache installation!
and also added the php5 to my document root,but now whenever i create php scripts along with html,my php scripts are displayed as they are ,whereas my html scripts are getting executed.Anybody knows how to solve the same?
please help
thanks!