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: Apache, PHP, MySQL, installation help... |
|
Author |
|
Aerodyne
Joined: 24 Apr 2007 Posts: 1
|
Posted: Tue 24 Apr '07 12:41 Post subject: Apache, PHP, MySQL, installation help... |
|
|
Hi all,
I trying to install Apache 2.2.4, MySQL 5.0.37, PHP 5.2.1 & phpMyAdmin-2.10.1-rc1 on a Windows XP Pro SP2 machine to test development on!!! I can't seem to get them working correctly?
I've added this to the Apache config file:
LoadModule php5_module "C:/Program Files/PHP/php5apache2_2.dll"
PHPIniDir "C:/Program Files/PHP"
AddType application/x-httpd-php .php
But when I try to load a simple PHP page:
Code: | <html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php phpinfo(); ?>
</body>
</html>
|
Nothing happens in firefox!!! the page is stored in "C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\test.php"
TIA |
|
Back to top |
|
James Blond Moderator

Joined: 19 Jan 2006 Posts: 7404 Location: EU, Germany, Next to Hamburg
|
Posted: Tue 24 Apr '07 15:15 Post subject: |
|
|
Did you open in your browser
C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\test.php
oder
http://localhost/test.php
?
What does your error log say? |
|
Back to top |
|
raffe
Joined: 20 Dec 2005 Posts: 15
|
|
Back to top |
|
|
|
|
|
|