Page 1 of 1

Object not found. 404 error!

PostPosted: 05. August 2010 11:59
by 7spice
Hello there,

I am totally newbie in php and web-designing part. I just found we can create a test blog and install WordPress in your local system. I followed this awesome tutorial http://tamba2.org.uk/wordpress/xampp/ and everything went well. My php file is saved inside the htdocs folder.

But when I try http://localhost/wordpress/wp-admin/install.php, I'm getting the following error.

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
08/05/10 17:47:07
Apache/2.2.14 (Win32) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.81mod_autoindex_color PHP/5.3.1


My php file is saved inside the htdocs folder.

What do you think I am doing wrong? I'm stuck in this problem and can't go further. Please note that I'm not a geek but an active learner.
Your any kind of help will really be appreciated.Thank you!

Re: Object not found. 404 error!

PostPosted: 06. August 2010 02:25
by JonB
LOL - I'm not as sure as you are that 'everything went well' :mrgreen:

I have two or three questions:

A. What versions of Windows and XAMPP are we talking about?

B. Where did you install XAMPP?

C: What is the path on your drive to the wordpress folder?

OK one more - does the XAMPP page (http://localhost/xampp) work right and does the phpinfo page there work?

:?:

Re: Object not found. 404 error!

PostPosted: 06. August 2010 07:08
by Altrea
This Tutorial uses XAMPPLite 1.4.16, which is quite old (Released 2005-10-06) :D
You should better use a Wordpress-Tutorial which uses something new

Re: Object not found. 404 error!

PostPosted: 06. August 2010 08:21
by 7spice
Hi all,

Thanks for your input. Nah, I'd installed the latest Xampp Lite 1.7.3 from http://www.apachefriends.org/en/xampp-windows.html. I still don't find why it didn't worked for me. Finally, I've removed the Xampp and followed the other way. And I managed to set up the WordPress in my local system through an alternate way.

Thanks for your concern though. :)

Re: Object not found. 404 error!

PostPosted: 20. November 2010 15:22
by toss
http://localhost/ refers to C:\xampp\htdocs ,so you just have to point to your php file like that: http://localhost/yourFolder/yourPhpFile.php ot just http://localhost/yourPhpFile.php if your php file is not inside a folder !