Re: Problem Connecting to PHP [message #171097 is a reply to message #171095] |
Fri, 24 December 2010 19:16 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma:
|
Senior Member |
|
|
On 12/24/2010 1:10 PM, Charlie wrote:
> I have an HP HPE-450t running 64 bit Windows 7. I downloaded PHP/
> MySQL. In the system tray is an E and the bubble says “EasyPHP
> (Started)”.
>
> In c:\Program Files (x86)\EasyPHP – 5.3.4.0\www there is a text file
> php1.php created with notepad containing only “<?php echo 123 ; ?>”.
>
> When I type http://localhost/php1.php into the address bar of
> Internet Explorer Version 8.0.7600.16385 it says “Connecting” then
> “Internet Explorer cannot display this webpage.” If I click on
> Diagnose Connection Problems it says “The remote device or resource
> won’t accept the connection.”
>
> Why?
Is your web server set up for the correct path to your file? Is it set
up to parse PHP files? Is your web server even started?
First thing you need to do is get your IIS configured properly.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
|
|
|