Hi I've recently downloaded wamp server to help me with my website. My problem is that when I click on phpmyadmin I get an error message "HTTP Error 404.0 - Not Found The resource you are looking for has been removed, had its name changed, or is temporarily unavailable."
Also when I click on my localhost i get this page which I don't think is correct
Finally to see my webpages I have to write http://localhost:8888/. If I placed the 8888 in front of of phpMyAdmin then I can see the phpmyadmin but its not synced with my mysql database and tables that I created, it's just a plain phpmyadmin. I don't know what to change or where to start to change things to get it to work properly so that I can see my tables and databases I created in mysql in PHPmyadmin.
In my httpd.conf the servername is *ServerName localhost:81*and the listen listen 81
Any help would be much appreciated