I have installed Apache 2.4 on Windows 7 64 to be started in the command line by httpd.exe. When tested in the browser with
http://localhost it worked. I installed PHP 7.0.13, ran a script and it worked. Then I enabled MySQL entensions, MySQL 5.7.16 winx64 followed by phpMyAdmin 4.6.4. Here is the folder structure:
C:
\Apache24\phpmyadmin\index
.php
\MySQL
With httpd.exe still running in the command line, I entered
http://localhost/phpmyadmin/index.php in the browser expecting the phpmyadmin username/password page. However, it returned
"The requested URL /phpmyadmin/index.php was not found on this server".
I thought that Apache24 was the root (localhost), yet it seems not.
What am I doing wrong here?