I need some help with configuring apache 2.2 to run with php codes on localhost

Lisa L

New member
server? For PHP 5 do something? I need some help with configuring apache 2.2 to run with php codes on localhost server?
For PHP 5 do something like this:
LoadModule php5_module "c:/php5/php5apache2.dll"
AddType application/x-httpd-php .php .php3 .phps

# configure the path to php.ini
PHPIniDir "c:/php5" how do i confiuge path php.ini to PHPIniDir "c:/php5" where do i put the PHPIniDir "c:/php5" All done - Save your new ini file as php.ini to the main directory "c:php5" i dont know how to set main directoy to "c:php5". I also have and error for loadmudle php.dll under config. apache notebad i dont know how to make it run since there are so many steps you have to go through can anybody with programming experience help!!!
 
Back
Top