0

When I click the debug button, I get a browser open up pointing to the following url:

http://localhost/www/somepage.php?XDEBUG_SESSION_START=netbeans-xdebug

For some reason it keeps inserting the www into the url

If I manually remove the www from the browser address bar, the debugging continues as it should.

Anyone know how to get it to stop adding that www to the url?

1 Answer 1

2

Please check the "Project URL" and "Index file" values in Project properties and "Run configuration" tab.

Netbeans gives you a reminder of the final URL, just under the "Arguments" input field. You should see an URL like this :

http://localhost/www/index.php

Hope this helps !

Sign up to request clarification or add additional context in comments.

1 Comment

I'll check this out and reply tonight hopefully.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.