I have begun studying php today and after installing xampp (32 bit windows 7) I opened netbeans and started the classical hello world. Once finished I turned on apache via xampp and tried to execute my program. First I got a
Object Not Found Error
then I gave the path to my program,
http://localhost/C:/Users/zizzo/Dropbox/fraluigab/programming-luigi/php/Index.php
which was not the default and I got
Access Forbidden Error 403.
Now I have two questions: Can I make that my default path instead of simply localhost? And then, how can I get the access allowed to execute my programs?
Thanks
Edit
c:\xampp\apache\conf\httpd.confand look for:Change to:
Also look for:
Change to:
Then restart the server.
Then you can visit: