When click 1 and/or 2 WAMP open the web without my configured IP
i.e.
1 open http://localhost/, I need localhost:8080
2 open http://localhost:8080/phpmyadmin/, I need localhost:8080
Is it possible to add the port in WAMP’s configuration somewhere? Currently I add it manually.

Thanks to JK suggestion I’ve try and found that in wampmanager.tpl file, search for localhost will expose the marked-red area which help to add the port.

Navigate to your WAMP installation folder and locate the files wampmanager.ini and wampmanager.tpl. Replace all occurrences of localhost with localhost:8080 within these two files. Restart wampserver.