Page 1 of 1

Object not Found error

PostPosted: 03. June 2014 14:09
by belti
Hi

I have just installed Xampp and I am having a little problem. When I go to http://localhost I get the Xampp Welcome screen. Now I have created a small php file and placed in in a folder named test in the htdocs folder. When i type: http://localhost/test/index.php I get the following error message. Any ideas what I am doing wrong please?

Thank you in advance

Object not found!

The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.

If you think this is a server error, please contact the webmaster.
Error 404
localhost
Apache/2.4.9 (Win32) OpenSSL/1.0.1g PHP/5.5.11

Re: Object not Found error

PostPosted: 03. June 2014 14:24
by JJ_Tagy
Perhaps your file is index.php.txt or something similar.

Re: Object not Found error

PostPosted: 04. June 2014 07:22
by belti
Thank you very much for your tip. That was the problem.