After installing wamp, open phpMyAdmin under it, which is the path http://localhost/phpmyadmin/
appears
Look at the code inside and you will understand
The solution is to directly paste the image as follows:
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
Allow from 127.0.0.1 => Allow from all That is, replace 127.0.0.1 with all
OK, everything is done (if not, restart wamp)