I have recently installed wampserver 2.0 and configured it to work on port 81. Now the problem is that when I click on phpMyAdmin present at the taskbar inside wampserver 2.0 the browser redirects me to
localhost/phpmyadmin instead of localhost:81/phpmyadmin. When I manually type it, everything works fine.
How can I fix this thing? I want the browser to open localhost:81/phpmyadmin page instead of localhost/phpmyadmin when I click on phpMyAdmin.
The configuration is stored in
wampmanager.ini, located in the wamp installation directory.This file is generated from
wampmanager.tplthough, so you need to change the following line there:You can even add your own menu items in there if you like.
You need to restart Wamp after changing this configuration, since
wampmanager.inineeds to be re-generated.