Re: .PHP code does not parse php5 Apache2 on windows
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: .PHP code does not parse php5 Apache2 on windows

From: <onedbguru@firstdbasource.com>
Date: Tue Apr 04 2006 - 22:06:40 CEST

okay... from a previous post you said that the phpinfo(); page was
working.. I assumed you had named it xxx.php and it displayed correctly
- is that not the case?

there should be an:

AddType application/x-httpd-php .php .phtml
(or similar line in either a mod_php.conf file or in the httpd.conf
file. without this directive, .php files cannot be "parsed".

Q: take a closer look at:

LoadModule php5_module "C:/PHP/php5apache2.dll"

shouldn't that be:
LoadModule php5_module "C:\PHP\php5apache2.dll"
maybe not - for real work, I don't do windows :)
Received on Mon May 1 02:48:19 2006