Posted by onedbguru on 04/04/06 23:06
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 :)
Navigation:
[Reply to this message]
|