If the page does not load automatically you may need to add index.php to the DirectoryIndex directive in the apache conf file.
Find your http.conf file, probably in this directory:
C:\NEMO\Apache Group\Apache\conf
Open http.conf and do a text search for DirectoryIndex
The line should look something like this:
DirectoryIndex index.html index.html.var
edit it to look this way
DirectoryIndex index.html index.html.var index.php
Save http.conf and exit. Restart the apache server and see if phpMyAdmin works.