Page 1 of 1

Object not found

PostPosted: 23. May 2014 15:31
by AmiApache
Hello everyone,

i'm new to this forum and i don't know much about XAMPP. I'm trying to configure XAMPP for Windows 8.1

I've installed everything and the installation gone flawlessy. I installed in the c:\XAMPP folder
Here's my problem.

I've put 3 docs in the htdocs folder (c:\xampp\htdocs\)

connect.php
submit.php
getresult.php

this files are for a little DB managment
Btw, when i try to access via browser to one of this folder, i.e. typying http://localhost/connect.php, i receive the 404 not found message.

how can i refer to this page?

Thak you very much.

Re: Object not found

PostPosted: 23. May 2014 16:03
by JJ_Tagy
AmiApache wrote:... when i try to access via browser to one of this folder, i.e. typying http://localhost/connect.php, i receive the 404 not found message....

That is the correct method to request the page you discussed. Therefore, we can only guess with a few ideas (as you haven't given any details on configuration changes). Perhaps your file was saved as something like connect.php.txt (you may need to ensure file extensions are shown), or that you changed your port away from the default 80 and aren't inserting your new port into your URL.

Re: Object not found

PostPosted: 23. May 2014 17:24
by AmiApache
shame on me! There was a double extension, as you hinted.
Btw, now i have a white screen, bout i guess should be ok if the connect.php should only connect to the database.

Thank you