Windows Vista Ultimate Service Pack 2
Firefox 3.6.3
php 5.2.5
apache 2.2.8
mysql 5.0.51a
intention:
set up my computer to host a web site using dynamic DNS from tzo.net and a wireless internet connection (I know, I need to get a wired connection for reliability, but for now, this is ok because I am just learning how to set it all up.)
-when I go to http://localhost I get the default web page from apache that says "It works!"
Steps taken:
I unzipped php 5.2.5 into c:\php
I added the following to httpd.conf in apache conf folder:
LoadModule php5_module c:/php5/php5apache2.dll AddType application/x-httpd-php .php PHPIniDir "c:\php5"
I created a file named phpinfo.php into apache's htdocs folder which contains the following:
<?php phpinfo(); ?>
This was intended to show me details about php in order to verify it is working. Instead, when I try to open phpinfo.php in my browser, it gets stuck in an endless loop of opening blank tab after blank tab and I have to close Firefox with the x button to get it to stop. I'm working from the 4th edition of Sam's Teach Yourself PHP, MySQL and Apache All-in-One 4th ed. It worked when I installed it all yesterday from scratch, but now it's not working. I uninstalled php, mysql and apache, rebooted and reinstalled. mysql and apache seem to be working fine, but php is not.
Note:
my computer says there's two versions of mysql installed-- 5 and 6, though I uninstalled them through Windows control panel. There might be lingering registry entries but I don't know if that has anything to do with php not working.
EDIT: Removed HJT log, not a malware issue as stated ~ Hamluis.
This post has been edited by hamluis: 21 June 2010 - 04:14 PM

Help

Back to top












