I installed wamp stack and then installed netbeans ide. The port number for apache is 100.
Created one PHP project at
C:\Users\aaa\Documents\NetBeansProjects\PhpProject2
and project URL http://localhost:100/PhpProject2/
When I click on run, I see the message “http://localhost:100/PhpProject2/index.php URL not found on the server”.
What else I need to do to connect http://localhost:100/PhpProject2/index.php to C:\Users\aaa\Documents\NetBeansProjects\PhpProject2?
Please help.
If you go to
http://localhost:100/, what do you see? What is your web root? The folder needs to be in your web root, and I would be surprised if it isC:\Users\aaa\Documents\I did a Google search for “wamp stack” and found a product by Bitnami… if this is the one you are using, the default web root is
C:\Program Files\BitNami WAMP Stack\apache2\htdocs\. If that is indeed the case, then you’d need to move theNetBeansProjectsfolder to there. (source: http://bitnami.org/files/stacks/wampstack/5.3.6-0/wampstack.pdf page 7)