Page 1 of 1

Not Found eror when trying to access phpMyAdmin

PostPosted: 13. September 2008 01:26
by paaul
I type this in:
http://localhost/phpMyAdmin/main.php I get a "page not found" error. I know it's there, I see it in windows explorer. I can load my own website locally, I can't figure out what the problem is :(

This post was edited to change index.php to main.php It seems index.php is just a dummy file with no content. Even with main tho I still get the "Not Found" error
Thanks
Paul

PostPosted: 13. September 2008 10:23
by Wiedmann
I type this in:
http://localhost/phpMyAdmin/main.php I get a "page not found" error

The URI is "http://localhost/phpmyadmin/" and not "http://localhost/phpMyAdmin/".

PostPosted: 14. September 2008 04:13
by paaul
Well That worked but darned if I see why! My folder is phpMyAdmin, just the way xampp set it up. In navigating the web I have found that If I, by accident create a folder on my site that begins with a capital, I have to use that capital when I type in the URL. Must have be something to do with My site being on a Linux server and my computer being a Windows machine.
But, anyway, thanks for pointing out my error!
Paul

PostPosted: 14. September 2008 09:37
by Wiedmann
but darned if I see why! My folder is phpMyAdmin,

The Alias for the directory "/xampp/phpMyAdmin" is defined as "/phpmyadmin".

PostPosted: 15. September 2008 06:35
by paaul
aaaahhhh!
Thanx
Paul