07-13-2011, 11:30 PM
When I place this code in my httpd.conf file in order to connect apache with php i keep getting a 500 server error.
LoadModule php5_module "c:/php/php5apache2_2.dll"
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
PHPIniDir "C:/php"
If i were to remove the last line "PHPIniDir "C:/php"" then the server returns a blank white screen but the tab says webpagetest.
Also, I am positive that my php.ini file is in the C:/php directory.
LoadModule php5_module "c:/php/php5apache2_2.dll"
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
PHPIniDir "C:/php"
If i were to remove the last line "PHPIniDir "C:/php"" then the server returns a blank white screen but the tab says webpagetest.
Also, I am positive that my php.ini file is in the C:/php directory.