Newbie question |
Site Admin
|
and nothing is supposed to happen. Nothing but regular php run. If you want to debug your php script, you need debugger to trigger on the page. In order to do this, you may want either check "Debug Next Page" in the IE debugger toolbar while you're seeing your html page in the browser, or get php script first loaded and then press "Debug" in the toolbar to get it reloaded with debugger. |
||||||||||||||
_________________ The PHP IDE team |
|
I must have something messed up with my configuration (first time I've set up a local server). I load a page like this: http://localhost/page.html or http://localhost/page.psp and it works fine. But any links inside that page of the form: <a href="link.html"> or <a href="link.psp"> don't work at all. It's not like a 404 error, it just does nothing. This is true whether it's in the IDE or just in a browser window. Any ideas on what I've got misconfigured? |
||||||||||||||
|
Site Admin
|
404 means that the file is not found. Either you don't have those link.html and link.psp files at all, or they are in wrong directory, or they are in place and redirect to non-existing page. Check web server logs to see what's happening when you click on the link.
|
||||||||||||
_________________ The PHP IDE team |
|
I said it was not a 404 error, the links just don't do anything. In fact I changed one link to go to a missing file to try to produce a 404 error. But the links don't go anywhere and they don't produce any errors. They look like links, you hover over them and it shows the target, etc. Just nothing happens. I know all the files are there and the links are OK, because when I launch them in a browser without going through localhost, the links all work. Of course, the PHP doesn't execute in that case; it just dumps out as HTML. Like I said, I'm new to setting up a server and to Apache, but I'll see if I can find the server logs and check them out. Thanks! I know I'm sounding clueless and I appreciate your patience. |
||||||||||||||
|
Site Admin
|
I said: Check web server logs to see what's happening when you click on the link |
||||||||||||||
_________________ The PHP IDE team |
Newbie question |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by