Link to home
Start Free TrialLog in
Avatar of pillmill
pillmill

asked on

zend studio wamp web page not found?

I had the zend studio running with wamp and
was able to use the debugger.

After some change, after "run" or "debug",
I get only "web page not found".

How do I fix this?
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Do you get that with your web browser instead of the debug?  What is the URL?
i would use Zend Core (which is for free) instead of 3rd party product.

I have installed:

1st Apache 2.2
2nd Zend Core
3rd Zend Studio
4th MySQL

If you use the Zend Studio tool bar than you need to allow the installer to configure the Browser Helper Object (BHO) and you need to configure the right IP address in Zend Core Administration (or if you don't use it) in the .ini files...
Avatar of pillmill
pillmill

ASKER

The url is http://localhost/newfile.php

This opens correctly without error.

Within Zend Studio, "run" tries to open:
http://localhost/someproject/newfile.php

and returns "web page not found"

How do I reconfigure to run my webpage?
does your computer have the same IP address like before?

do you use Internet Explorer for debugging???
Yes, I am running WAMP. Localhost is c:/wamp/www

I was using the ZEND internal debugger. It stopped working
because of some change within ZEND.
ASKER CERTIFIED SOLUTION
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Good idea ! Thanks