Forum Moderators: coopster
So far I have Apache 2 running (page test works OK)
Now I have unzipped the PHP5 installer that will install PHP or should I do it from scratch too
I did read PHP5 thread with Coopster's tutorial
but I cannot really fathom the task at hand
Where should it be installed?
But mostly I do not understand how establishing communication in between
PHP and Apache
<EDIT>
Where is it
<<<
Oh yeah, don't forget to update your Apache configuration to process PHP files
>>>
</EDIT>
regards
Henry
I do not know if anything else has to be edited or added in Apache conf?
Well I am stock :)
Thanks
Henry
Since the instructions there are for running as a server module, here are the two lines you need to add to your Apache configuration (
httpd.conf) file.
# For PHP 5 do something like this:
LoadModule php5_module "c:/php/php5apache2.dll"
AddType application/x-httpd-php .php# It's also common to setup the .phps extension to show highlighted PHP
# source, this can be done with:
AddType application/x-httpd-php-source .phps
Resource:
Apache 2.0.x on Microsoft Windows [php.net]