Reply to .PHP code does not parse php5 Apache2 on windows
Posted by Massa Batheli on 04/04/06 16:27
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
Mike