| Posted by Jim Dornbos on 04/04/06 20:34 
On Tue, 04 Apr 2006 09:27:18 -0400, Massa Batheli <mngong@yahoo.com> wrote:
 > Can anyone tell me why .php code is not parsed
 >
 >
 > #For PHP 5:
 > short_open_tag = Off
 > httpd.conf
 > # Add to the end of the LoadModule section
 > LoadModule php5_module "C:/PHP/php5apache2.dll"
 > AddType application/x-httpd-php .php
 > #Add to the end of the AddModule section
 > #AddModule mod_php5.c
 
 
 Don't you want to uncomment that last line? Should be:
 
 AddModule mod_php5.c
 [Back to original message] |