RE: [PHP-WIN] Simply not working

2009-01-15 Thread James Crow
Module php5apache2.dll ? > Shouldn't you use php5apache2_2.dll for Apache 2.2.x ? > > Mario > > -Original Message- > From: James Crow [mailto:ja...@ultratans.com] > Sent: Wednesday, January 14, 2009 7:34 PM > To: Edward W. Rouse > Cc: php-windows@lists.php.n

RE: [PHP-WIN] Simply not working

2009-01-15 Thread Mario Brandt
t: Re: [PHP-WIN] Simply not working Sounds like you are missing the apache httpd.conf directives for php. Here is snippet from my httpd.conf file: ## # PHP Section ## #LoadModule php4_module "c:/php/php4apache2.dll" LoadModule php5_module "c:/php/php5apache2.dll" AddType app

RE: [PHP-WIN] Simply not working

2009-01-14 Thread James Crow
ans.com] > Sent: Wednesday, January 14, 2009 1:34 PM > To: Edward W. Rouse > Cc: php-windows@lists.php.net > Subject: Re: [PHP-WIN] Simply not working > > Sounds like you are missing the apache httpd.conf directives for php. > Here is snippet from my httpd.conf file: > >

RE: [PHP-WIN] Simply not working

2009-01-14 Thread Edward W. Rouse
14, 2009 1:34 PM To: Edward W. Rouse Cc: php-windows@lists.php.net Subject: Re: [PHP-WIN] Simply not working Sounds like you are missing the apache httpd.conf directives for php. Here is snippet from my httpd.conf file: ## # PHP Section ## #LoadModule php4_module "c:/php/php4apache2.dll"

Re: [PHP-WIN] Simply not working

2009-01-14 Thread James Crow
Sounds like you are missing the apache httpd.conf directives for php. Here is snippet from my httpd.conf file: ## # PHP Section ## #LoadModule php4_module "c:/php/php4apache2.dll" LoadModule php5_module "c:/php/php5apache2.dll" AddType application/x-httpd-php .php AddType application/x-httpd-php .