mndwn Posted July 10, 2003 Share Posted July 10, 2003 Hello, I have installed Apache on my Xp system using the .msi installation. But what do I do now to configure it so that when I open up PHP files, it displays the PHP script on the page? I have downloaded and installed php-4.3.2-installer.exe Quote Link to comment Share on other sites More sharing options...
bid Posted July 28, 2003 Share Posted July 28, 2003 There should a link created under \"Configure Apache Server\" called \"Edit the Apache httpd.conf Configuration File\" Open that file and add the following lines at the end ## PHP Settings LoadModule php4_module "C:/php/sapi/php4apache2.dll" AddType application/x-httpd-php .php This is provided that a php is installed in C:php. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.