Page 1 of 1

Help: Error 403 Forbidden Access

PostPosted: 19. August 2016 01:40
by Sher99
xampp 5.6.23
url: http://localhost:81/c:/users/myname/documents/netbeansprojects/todolist/web/index.php

Hello, and thank you for answering my last post.

I'm trying to run my first application from localhost and I don't know why I am get the following error. I have Admin access to the directory.
Thanks ahead of time!

Access forbidden!
You don't have permission to access the requested object. It is either read-protected or not readable by the server.
If you think this is a server error, please contact the webmaster.
Error 403

Re: Help: Error 403 Forbidden Access

PostPosted: 22. August 2016 20:04
by Altrea
Wrong url.

Place your files somewhere inside \xampp\htdocs\ (subfolder for your project for example) and request the file by correct url.

Example: If you want to request the file \xampp\htdocs\myproject\file.php the URL looks like http://localhost/myproject/file.php

Re: Help: Error 403 Forbidden Access

PostPosted: 22. August 2016 21:20
by Nobbie


Have you ever seen any valid URL in the millions and billions of existing URLs, that contains a drive letter?