[nycphp-talk] Newbie seeks PHP installation help / suggestions
Tim Gales
tgales at tgaconnect.com
Sat Dec 9 13:01:59 EST 2006
Bob Paul wrote:
{snip]
> I'm lost in the PHP
> configuration files and have not a clue how to activate PHP.
in httpd.conf file be sure to include
LoadModule php5_module "C:/your/installation/php5apache2.dll"
and
AddType application/x-httpd-php .php
Then (after restarting) apache, try
http://your.server.com/info.php
(contents of info.php: )
<?php
phpinfo();
?>
and see what happens...
--
T. Gales & Associates
'Helping People Connect with Technology'
http://www.tgaconnect.com
More information about the talk
mailing list