Page 1 of 1

Error 403 and Error 404 - Win 10

PostPosted: 01. October 2017 17:13
by borsaric
I have the following problem with xampp installed on windows 10.
If I type 'http://localhost/htdocs/index.php' in the browser:
I get:
ERROR 404
If I type http://localhost/c:/xampp/htdocs/index.php in the browser:
I get:
ERROR 403
Why?
How can I solve the problem?
Thanks.

Re: Error 403 and Error 404 - Win 10

PostPosted: 02. October 2017 04:44
by gsmith

Re: Error 403 and Error 404 - Win 10

PostPosted: 02. October 2017 06:44
by Altrea
Hi,

http://localhost/htdocs/index.php will request C:\xampp\htdocs\htdocs\index.php
http://localhost/c:/xampp/htdocs/index.php will request nothing, this is nonsense.

http://localhost/ => C:\xampp\htdocs\
http://localhost/dashboard/index.php => C:\xampp\htdocs\dashboard\index.php

I hope that makes sense to you.

best wishes,
Altrea

Re: Error 403 and Error 404 - Win 10

PostPosted: 02. October 2017 10:02
by borsaric
OK. It's all ok.
Thanks gsmith. Thanks Altrea.
Best wishes,
borsaric.