I downloaded and installed XAMPP to my win XP machine a while back and was creating some php scripts just so I could try to learn how to program with Mysql and PHP. Something happened to my installation as now when I try to run any PHP scripts I get the Object not found error
The web link I'm trying to run is http://localhost/my_phpinfo.php
The browser loads with the text below:
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
7/4/2010 6:11:59 PM
Apache/2.2.14 (Win32) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l mod_autoindex_color PHP/5.3.1 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1
As I am very new to web programming what do I do to fix this problem or at least debug the problem. If anyone can give me some help with this I would be very grateful.
TDSServices