Page 1 of 1

Cant log in to phpmyadmin

PostPosted: 06. October 2010 04:32
by Frankie_j
when i try to go to http://127.0.0.1/xampp/ u get this
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
127.0.0.1
10/5/2010 10:26:35 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


but if i go to http://127.0.0.1/ i see the website that i am making but i need to setup the database so my scrip can acces and create some tables on the phpmyadmin
how can i fix this?

Re: Cant log in to phpmyadmin

PostPosted: 06. October 2010 15:33
by JonB
try using http://xampp/index.php for the XAMMP page

or use these aliases for phpMyAdmin

http://localhost/phpmyadmin/
http://127.0.0.1/phpmyadmin/

did you by any chance change your DocumentRoot?

good luck

:)


ysf