Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: problem installing php 5.2.4 with apache 2.2.6 on vista |
|
Author |
|
lindag
Joined: 14 Feb 2008 Posts: 2
|
Posted: Thu 14 Feb '08 21:39 Post subject: problem installing php 5.2.4 with apache 2.2.6 on vista |
|
|
Apache itself runs OK but it does not recognise a .php file. When I type http://localhost/php3.php into my browser, it displays a blank page. When I view source there is nothing in the document even though when you edit it with a text editor it has the code <?php phpinfo(); ?>
I have the following in my httpd.conf file:
LoadModule php5_module "C:/PHP/php5apache2_2.dll"
AddType application/x-httpd-php .php .phtml .html
PHPIniDir "C:/PHP"
and the module php5apache2_2.dll is in the C:/PHP directory.
Any ideas, anyone? |
|
Back to top |
|
lindag
Joined: 14 Feb 2008 Posts: 2
|
Posted: Thu 14 Feb '08 22:58 Post subject: |
|
|
Have fixed the problem. When installing PHP, I selected all the extensions. I reinstalled, this time only selecting the extensions I actually wanted and lo and behold it all works. They did warn me..... |
|
Back to top |
|
|
|
|
|
|